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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "ad7518a8-d56f-483e-93f9-966ee59087b0",
"Office365Id": "39d3e23a-2511-4595-8dc9-513350dae3d3",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "32959908-362f-4963-a643-9897cd31482e",
"LastLogin": "2026-05-20T19:57:38.0286971+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1fa04b40-dcd9-4dba-b563-f5f4faa2d3de",
"34ef2b84-35c6-45c6-85b0-099038b552a8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"6d90473e-b531-4776-bbc1-df6401ffe089",
"fb39379b-6f71-4bcc-878c-86d45bd018d8"
]
},
"Created": "2026-05-20T19:57:38.0443155+00:00",
"Modified": "2026-05-20T19:57:38.0443155+00:00",
"Author": "5579964c-c326-4836-a1d6-94c50061bbd3",
"Editor": "c3f86f3c-0cb9-4dc1-95e2-17f8634b4e23",
"CostRate": [
{
"Id": "188c18d8-b193-42f9-8abe-8b14db1cda53",
"StartDate": "2026-05-20T19:57:38.0443155+00:00",
"EndDate": "2026-05-20T19:57:38.0443155+00:00",
"Cost": 4.0
},
{
"Id": "188c18d8-b193-42f9-8abe-8b14db1cda53",
"StartDate": "2026-05-20T19:57:38.0443155+00:00",
"EndDate": "2026-05-20T19:57:38.0443155+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "adc2ba19-503b-4d36-8ebc-3b786e2800cb",
"StartDate": "2026-05-20T19:57:38.0443155+00:00",
"EndDate": "2026-05-20T19:57:38.0443155+00:00",
"Rate": 4.0
},
{
"Id": "adc2ba19-503b-4d36-8ebc-3b786e2800cb",
"StartDate": "2026-05-20T19:57:38.0443155+00:00",
"EndDate": "2026-05-20T19:57:38.0443155+00:00",
"Rate": 4.0
}
],
"id": "bc963115-22a3-41e5-a972-997e9c272e85",
"ConfigId": "947db169-7188-400a-b6c2-e57c94886563"
}