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": "51a65818-f314-4923-8f68-fe649b7edc9d",
"Office365Id": "7c301f18-9a20-44bc-9b38-db1be23c4286",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "14ee4268-409a-4785-887a-ad991bdf87dd",
"LastLogin": "2026-06-15T04:27:55.0204635+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"9865a4ff-d33b-4e24-b995-cabb06e2ed81",
"4eb900e6-c4bd-4d3c-90a6-cd1e1c4f3a0b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"0e05f424-008e-4072-b8ea-1092c98ebcce",
"2fd95628-7372-4b09-8f73-be8d01b83a9e"
]
},
"Created": "2026-06-15T04:27:55.0204635+00:00",
"Modified": "2026-06-15T04:27:55.0204635+00:00",
"Author": "a8271351-632d-4c00-93f4-4f4803f2468b",
"Editor": "fad9779f-a5e9-43a9-a3e0-92149861643e",
"CostRate": [
{
"Id": "4dfe12ad-91b8-493b-9959-bf5ec28a0a93",
"StartDate": "2026-06-15T04:27:55.0204635+00:00",
"EndDate": "2026-06-15T04:27:55.0204635+00:00",
"Cost": 4.0
},
{
"Id": "4dfe12ad-91b8-493b-9959-bf5ec28a0a93",
"StartDate": "2026-06-15T04:27:55.0204635+00:00",
"EndDate": "2026-06-15T04:27:55.0204635+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "f13a331b-a7a7-4c5b-8b30-ffc3e13b00ff",
"StartDate": "2026-06-15T04:27:55.0204635+00:00",
"EndDate": "2026-06-15T04:27:55.0204635+00:00",
"Rate": 4.0
},
{
"Id": "f13a331b-a7a7-4c5b-8b30-ffc3e13b00ff",
"StartDate": "2026-06-15T04:27:55.0204635+00:00",
"EndDate": "2026-06-15T04:27:55.0204635+00:00",
"Rate": 4.0
}
],
"id": "8553b22e-4ac1-4b6d-88e4-c76a69b64a65",
"ConfigId": "2e95db1e-4f2d-4f96-8da7-e745139af854"
}