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": "8a251df9-b3b8-4975-8e60-05f7635e685a",
"Office365Id": "6f512bba-9be5-4139-9b68-a68bda87dfba",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e6fca9ae-650f-4390-895d-35af264e102c",
"LastLogin": "2026-03-27T16:09:10.4146346+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8d7feaff-68f6-4147-a586-177b74fcd6b8",
"399314fb-eef6-4f7d-aba2-40f56f7e7004"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"b4a0eabe-eec9-427a-89cb-15a0e4e6af3e",
"f94f3932-7d8f-4aeb-92aa-b363496fd63e"
]
},
"Created": "2026-03-27T16:09:10.4146346+00:00",
"Modified": "2026-03-27T16:09:10.4146346+00:00",
"Author": "1842ff54-93fd-43aa-966c-3040592b3493",
"Editor": "f6f98bd4-343f-43f9-bbf6-19622a25e109",
"CostRate": [
{
"Id": "38b756a8-f732-4abe-91af-db1f43057811",
"StartDate": "2026-03-27T16:09:10.4146346+00:00",
"EndDate": "2026-03-27T16:09:10.4146346+00:00",
"Cost": 4.0
},
{
"Id": "38b756a8-f732-4abe-91af-db1f43057811",
"StartDate": "2026-03-27T16:09:10.4146346+00:00",
"EndDate": "2026-03-27T16:09:10.4146346+00:00",
"Cost": 4.0
}
],
"id": "634ed227-2b4b-432f-ab0b-b4ab05845e50",
"ConfigId": "d6c27e24-3e74-42b8-841e-e059dcd4d54e"
}