POST api/ApiInfo/CheckJournalSignerAuth?lawname={lawname}&groupId={groupId}

Check if the current user is allowed to sign other users notes

Request Information

URI Parameters

Name Description Type Additional Information
lawname

string

Required

groupId

integer

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>