Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
personId |
The person identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of person authorizations.
Collection of Nano.PersonAuthorizationName | Description | Type | Additional information |
---|---|---|---|
date |
Gets or sets the date. |
date |
None. |
ipAddress |
Gets or sets the ip address. |
string |
None. |
type |
Gets or sets the type. |
string |
None. |
url |
Gets or sets the URL. |
URI |
None. |
id |
Gets or sets the person authorization identifier. |
integer |
None. |
person |
Gets or sets the person identifier. |
integer |
None. |
user |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "date": "2025-04-25T18:48:28.7252689Z", "ipAddress": "sample String 2", "type": "sample String 3", "url": "http://webapihelppage4.com", "id": "5", "person": "6", "user": "1" }, { "date": "2025-04-25T18:48:28.7252689Z", "ipAddress": "sample String 2", "type": "sample String 3", "url": "http://webapihelppage4.com", "id": "5", "person": "6", "user": "1" } ]
text/html
Sample:
[{"date":"2025-04-25T18:48:28.7252689Z","ipAddress":"sample String 2","type":"sample String 3","url":"http://webapihelppage4.com","id":"5","person":"6","user":"1"},{"date":"2025-04-25T18:48:28.7252689Z","ipAddress":"sample String 2","type":"sample String 3","url":"http://webapihelppage4.com","id":"5","person":"6","user":"1"}]
application/vnd.api+json
Sample:
Sample not available.