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": "6084b885-2c5d-4105-a8bc-19470ca0b842",
"Office365Id": "c0b24f1b-fdbe-4bec-aec4-c220d1ce2d08",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5c6fbce6-d46f-4b75-9fe1-068e60e66e2d",
"LastLogin": "2026-01-19T00:56:10.1583008+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1d41b26a-2c2e-4656-bf7a-9d45bc462327",
"cdb6fbbb-a5f3-49f7-a342-5bfd46bccc20"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9efdda11-d697-40ac-a12f-b8f6db01c70b",
"a34c9f94-9e20-4afe-aea7-96fef4d4c73a"
]
},
"Created": "2026-01-19T00:56:10.1583008+00:00",
"Modified": "2026-01-19T00:56:10.1583008+00:00",
"Author": "b3d7230a-c61e-47fa-a01f-d804a36c012e",
"Editor": "a058d8e9-0e2e-4ad0-8d0f-7076f3746cb6",
"CostRate": [
{
"Id": "56aa36c6-b487-4827-97d4-9926ea0cc3a9",
"StartDate": "2026-01-19T00:56:10.1583008+00:00",
"EndDate": "2026-01-19T00:56:10.1583008+00:00",
"Cost": 4.0
},
{
"Id": "56aa36c6-b487-4827-97d4-9926ea0cc3a9",
"StartDate": "2026-01-19T00:56:10.1583008+00:00",
"EndDate": "2026-01-19T00:56:10.1583008+00:00",
"Cost": 4.0
}
],
"id": "274fd7bc-9cb2-448f-8cab-2bc98f060b40",
"ConfigId": "3caf7201-2ef5-44a1-94fb-eaee16dc367f"
}