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": "57032249-6770-47f1-bdb4-cb0b74163803",
"Office365Id": "0d8f932a-5816-49d1-96ac-46b2727d7156",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "df67bb3f-554b-4584-8dc3-92e376b43c51",
"LastLogin": "2025-12-22T09:51:05.9488588+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"89ff8631-30e9-42e1-b08f-91546571059d",
"7467ac44-c7bd-49a9-9fcd-75212099ba1a"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9260af0c-d6d5-4187-9f05-cae4873f4790",
"a6a77052-92e7-43e9-9e71-892dd47d2f67"
]
},
"Created": "2025-12-22T09:51:05.9488588+00:00",
"Modified": "2025-12-22T09:51:05.9488588+00:00",
"Author": "ce3b68f7-8fda-4da1-858b-880605ddb43b",
"Editor": "94f55296-46e9-4fc2-ae35-d9485202bc74",
"CostRate": [
{
"Id": "627f86a0-fbce-42ad-b65e-f0fbc8fbe134",
"StartDate": "2025-12-22T09:51:05.9488588+00:00",
"EndDate": "2025-12-22T09:51:05.9488588+00:00",
"Cost": 4.0
},
{
"Id": "627f86a0-fbce-42ad-b65e-f0fbc8fbe134",
"StartDate": "2025-12-22T09:51:05.9488588+00:00",
"EndDate": "2025-12-22T09:51:05.9488588+00:00",
"Cost": 4.0
}
],
"id": "dbbea970-f347-406d-b13d-eaac964fca9f",
"ConfigId": "87a5a4c1-208b-470d-bc0a-0fddccb75018"
}