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": "81b6dba7-7a3f-4ee7-ad10-4e1d3147ccba",
"Office365Id": "6917e276-b297-4874-94df-1f518223f31f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "8cbbf9f2-39fc-4bce-94ae-0f6c4995e065",
"LastLogin": "2026-05-22T20:15:53.8262826+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"bb9df112-758e-4d59-a6d9-63491e71939e",
"cd6660e4-48a7-4283-924d-d006ae7c074c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"6b01604b-f03c-4ae4-aee8-63cb3677d345",
"7682e306-70b0-4c2a-b0c1-4e5efbd678be"
]
},
"Created": "2026-05-22T20:15:53.8262826+00:00",
"Modified": "2026-05-22T20:15:53.8262826+00:00",
"Author": "d920e580-98af-4f0e-b122-8712cbc0d6a5",
"Editor": "1d77e7c2-1258-41f8-b820-d40b31f09035",
"CostRate": [
{
"Id": "2a741bc9-b934-4b5a-868c-57a15656ed2d",
"StartDate": "2026-05-22T20:15:53.8262826+00:00",
"EndDate": "2026-05-22T20:15:53.8262826+00:00",
"Cost": 4.0
},
{
"Id": "2a741bc9-b934-4b5a-868c-57a15656ed2d",
"StartDate": "2026-05-22T20:15:53.8262826+00:00",
"EndDate": "2026-05-22T20:15:53.8262826+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "72555562-4d5c-4542-ab8d-9145f6949524",
"StartDate": "2026-05-22T20:15:53.8262826+00:00",
"EndDate": "2026-05-22T20:15:53.8262826+00:00",
"Rate": 4.0
},
{
"Id": "72555562-4d5c-4542-ab8d-9145f6949524",
"StartDate": "2026-05-22T20:15:53.8262826+00:00",
"EndDate": "2026-05-22T20:15:53.8262826+00:00",
"Rate": 4.0
}
],
"id": "564a5990-f545-48d4-b467-ec5a874b65d3",
"ConfigId": "8a54bca8-4e70-41e2-a325-4a92a0ae227c"
}