GET api/AuthorizationBasis/{ID}/GetAuthorizationBasisByID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of psAuthorizationBasi| Name | Description | Type | Additional information |
|---|---|---|---|
| pkId | integer |
None. |
|
| iRequestTypeId | integer |
None. |
|
| szDescription | string |
None. |
|
| szDataType | string |
None. |
|
| szDisplayLabel | string |
None. |
|
| dCreatedate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pkId": 1,
"iRequestTypeId": 2,
"szDescription": "sample string 3",
"szDataType": "sample string 4",
"szDisplayLabel": "sample string 5",
"dCreatedate": "2026-03-19T00:49:29.4465059+00:00"
},
{
"pkId": 1,
"iRequestTypeId": 2,
"szDescription": "sample string 3",
"szDataType": "sample string 4",
"szDisplayLabel": "sample string 5",
"dCreatedate": "2026-03-19T00:49:29.4465059+00:00"
}
]
text/javascript
Sample:
[{"pkId":1,"iRequestTypeId":2,"szDescription":"sample string 3","szDataType":"sample string 4","szDisplayLabel":"sample string 5","dCreatedate":"2026-03-19T00:49:29.4465059+00:00"},{"pkId":1,"iRequestTypeId":2,"szDescription":"sample string 3","szDataType":"sample string 4","szDisplayLabel":"sample string 5","dCreatedate":"2026-03-19T00:49:29.4465059+00:00"}]