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": "24446e7a-31ed-4aab-9e02-d28928a1317f",
"Office365Id": "ea624f6b-d775-497d-a393-137f0eb737e1",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5cdf9b9d-b81d-4e8c-a73c-2a79d57bb070",
"LastLogin": "2026-05-15T15:02:19.4653395+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b01627a8-cdd6-4731-a935-fd0ccad0c6f8",
"25a3735d-e4b9-4f91-a122-97c792ee1663"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"1b5361ee-66f0-4c7b-83a1-9508419171cb",
"5013a11f-d95c-45f4-aa87-64246d526c24"
]
},
"Created": "2026-05-15T15:02:19.4653395+00:00",
"Modified": "2026-05-15T15:02:19.4653395+00:00",
"Author": "de79111d-7847-41b1-94c2-befeabfec498",
"Editor": "cc68b6b5-fc1f-4854-a98e-8dad9dd52d25",
"CostRate": [
{
"Id": "446ec4df-9440-4c68-afcd-ed8826c63471",
"StartDate": "2026-05-15T15:02:19.4653395+00:00",
"EndDate": "2026-05-15T15:02:19.4653395+00:00",
"Cost": 4.0
},
{
"Id": "446ec4df-9440-4c68-afcd-ed8826c63471",
"StartDate": "2026-05-15T15:02:19.4653395+00:00",
"EndDate": "2026-05-15T15:02:19.4653395+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "93bca047-708d-4dbe-8cde-961758febe9d",
"StartDate": "2026-05-15T15:02:19.4653395+00:00",
"EndDate": "2026-05-15T15:02:19.4653395+00:00",
"Rate": 4.0
},
{
"Id": "93bca047-708d-4dbe-8cde-961758febe9d",
"StartDate": "2026-05-15T15:02:19.4653395+00:00",
"EndDate": "2026-05-15T15:02:19.4653395+00:00",
"Rate": 4.0
}
],
"id": "2b7ae092-9511-4995-a024-e9e917af5fd6",
"ConfigId": "cc5e0b9d-3197-4099-af49-e8070d61a6ab"
}