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": "4e314df8-bd1c-4706-b5e7-9cd4561b5293",
"Office365Id": "6a5bfdd7-6b91-4a5a-bf5b-ba5c6793f527",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e730e477-5ed1-4fd3-afbc-598c07676f34",
"LastLogin": "2025-12-15T11:37:51.0781234+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"6be4f08b-4301-497f-bf72-d725e94980d9",
"053747bc-8261-495d-a59b-2bd2452e15e4"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"fa044240-5964-4fa3-8d63-86a6017e6385",
"1147d43c-020f-46b4-906c-70b9f3c66316"
]
},
"Created": "2025-12-15T11:37:51.0781234+00:00",
"Modified": "2025-12-15T11:37:51.0781234+00:00",
"Author": "e75a5869-c6f3-4f5a-81f2-4dc59bb8e579",
"Editor": "157ff2a8-392c-4d36-ab1e-b4b69240353c",
"CostRate": [
{
"Id": "9b2c18cb-d027-4be1-aa71-0b863506b433",
"StartDate": "2025-12-15T11:37:51.0781234+00:00",
"EndDate": "2025-12-15T11:37:51.0781234+00:00",
"Cost": 4.0
},
{
"Id": "9b2c18cb-d027-4be1-aa71-0b863506b433",
"StartDate": "2025-12-15T11:37:51.0781234+00:00",
"EndDate": "2025-12-15T11:37:51.0781234+00:00",
"Cost": 4.0
}
],
"id": "141de707-e7e8-4fc2-8916-367bdf7342e2",
"ConfigId": "87888387-bea4-44fd-bc98-a6004988e533"
}