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": "27553132-15c8-45be-b392-737646ce8844",
"Office365Id": "1972a828-3fbd-493c-9d54-cb050d85bcea",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "0dc98040-fc85-4ea7-a3ca-e0e0163151ce",
"LastLogin": "2026-05-11T01:57:59.6389814+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"07e96305-2e0f-4e4d-a08e-ef0fe5e3d03f",
"6b4206e5-efc5-4755-9151-92d9d1b7b2f0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"ad45cf29-2ad8-44d5-bd94-068b5c66e6af",
"c83485c5-b1ab-4409-8692-a5084e65a1d6"
]
},
"Created": "2026-05-11T01:57:59.6389814+00:00",
"Modified": "2026-05-11T01:57:59.6389814+00:00",
"Author": "8a952fc0-c687-4d01-9fbb-57ce12957eca",
"Editor": "b2db9e29-f95f-492e-8d7d-7f445bee1c04",
"CostRate": [
{
"Id": "4d0388f4-79b7-4236-a2ae-fc10393357eb",
"StartDate": "2026-05-11T01:57:59.6389814+00:00",
"EndDate": "2026-05-11T01:57:59.6389814+00:00",
"Cost": 4.0
},
{
"Id": "4d0388f4-79b7-4236-a2ae-fc10393357eb",
"StartDate": "2026-05-11T01:57:59.6389814+00:00",
"EndDate": "2026-05-11T01:57:59.6389814+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "b51281a3-ebb0-4033-b71f-59a13baa609f",
"StartDate": "2026-05-11T01:57:59.6389814+00:00",
"EndDate": "2026-05-11T01:57:59.6389814+00:00",
"Rate": 4.0
},
{
"Id": "b51281a3-ebb0-4033-b71f-59a13baa609f",
"StartDate": "2026-05-11T01:57:59.6389814+00:00",
"EndDate": "2026-05-11T01:57:59.6389814+00:00",
"Rate": 4.0
}
],
"id": "09edd363-8f60-4582-9399-17702a9dcdc7",
"ConfigId": "dc1cf904-8b10-4554-afc1-5420765fe9be"
}