GET api/resources/{id}
Get resource by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Resource| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | globally unique identifier |
None. |
|
| Office365Id | globally unique identifier |
None. |
|
| ProfilePicture | string |
None. |
|
| Generic | boolean |
None. |
|
| Inactive | boolean |
None. |
|
| CanLogin | boolean |
None. |
|
| UserOnly | boolean |
None. |
|
| name | string |
None. |
|
| GlobalPermissions | OnePlanLevel |
None. |
|
| OnePlanSecurityGroup | globally unique identifier |
None. |
|
| LastLogin | date |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| TimeZone | string |
None. |
|
| ExternalId | string |
None. |
|
| Delegates | Collection of globally unique identifier |
None. |
|
| Notifications | ResourceNotifications |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | globally unique identifier |
None. |
|
| Editor | globally unique identifier |
None. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "ede904e7-a010-4ba0-b038-0dccd40160c7",
"Office365Id": "cbba1bf3-d6d8-4af1-857e-66ddb8309ea9",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "8dfde475-c009-413f-9007-acbfbfd8f10f",
"LastLogin": "2025-11-21T06:28:07.4501562+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d889a564-fe0c-4ba5-84e2-f60b9a881f5b",
"2d9a4aaf-9db8-49cf-8961-264134c7c161"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9c7462aa-3e92-4632-becf-c4ac73bf2acb",
"e17a6084-2063-4e7c-b39c-688b03ab42f0"
]
},
"Created": "2025-11-21T06:28:07.4501562+00:00",
"Modified": "2025-11-21T06:28:07.4501562+00:00",
"Author": "54217d23-2b35-4ec5-a24f-f6c7fce9f996",
"Editor": "7868aab9-40c6-42f4-88e7-8d6fea01b6c5",
"CostRate": [
{
"Id": "74b98458-6e0a-4e91-9b80-95902a990485",
"StartDate": "2025-11-21T06:28:07.4501562+00:00",
"EndDate": "2025-11-21T06:28:07.4501562+00:00",
"Cost": 4.0
},
{
"Id": "74b98458-6e0a-4e91-9b80-95902a990485",
"StartDate": "2025-11-21T06:28:07.4501562+00:00",
"EndDate": "2025-11-21T06:28:07.4501562+00:00",
"Cost": 4.0
}
],
"id": "d4dc6612-839f-4297-8f67-076d4e4cc1bd",
"ConfigId": "e120a602-6601-45d8-aba8-9cd9baca6cac"
}