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": "d68dc351-37ed-4e82-aefb-c1e042c0bbef",
"Office365Id": "d0211af6-cb3b-4033-b9dd-569a118aede2",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "ad705453-a596-4621-837e-08ffaf73572f",
"LastLogin": "2025-11-24T09:34:35.1782328+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"77f92479-dcdf-42e5-9e3f-4323bc3bfeae",
"730d6ea7-0d85-476c-8f4f-b0707179f472"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a2f89acf-dcd4-4ba4-ac6f-69451aa64925",
"af90bb4e-4e69-40eb-8d1f-b2cd53cd69de"
]
},
"Created": "2025-11-24T09:34:35.1782328+00:00",
"Modified": "2025-11-24T09:34:35.1782328+00:00",
"Author": "90db2bbb-4b20-4b1f-b70a-7a36a81f1e4c",
"Editor": "85e51b92-1f20-43e4-bd71-926c37bff964",
"CostRate": [
{
"Id": "70eae8ce-1cc4-4a85-b001-936efebbb9b4",
"StartDate": "2025-11-24T09:34:35.1782328+00:00",
"EndDate": "2025-11-24T09:34:35.1782328+00:00",
"Cost": 4.0
},
{
"Id": "70eae8ce-1cc4-4a85-b001-936efebbb9b4",
"StartDate": "2025-11-24T09:34:35.1782328+00:00",
"EndDate": "2025-11-24T09:34:35.1782328+00:00",
"Cost": 4.0
}
],
"id": "30d8ec92-ca22-490e-8f5a-6bff258a3225",
"ConfigId": "a22b541f-69a7-47df-b78f-7e23ce248804"
}