Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personAuthorizationId |
The person authorization identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The person authorization, if it exists.
Nano.PersonAuthorization| Name | 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-11-09T05:58:43.5791669Z",
"ipAddress": "sample String 2",
"type": "sample String 3",
"url": "http://webapihelppage4.com",
"id": "5",
"person": "6",
"user": "1"
}
text/html
Sample:
{"date":"2025-11-09T05:58:43.5791669Z","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.