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": "9e32be68-4de6-42c2-9efb-7526a736c67f",
"Office365Id": "ccf636de-efe9-4cfa-b8d5-983703ee9a90",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b99251bc-6a63-4256-89f2-96011ea6ddf1",
"LastLogin": "2026-06-21T07:30:00.0157803+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"5e179628-4c6a-47bb-a5ce-ea1f8f1d153f",
"bd485a96-ae24-4c25-98d8-c9987f50b492"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"6db92824-043a-4b18-9fd6-13458235aa64",
"76506ba3-815a-430e-92e0-869305455e14"
]
},
"Created": "2026-06-21T07:30:00.0157803+00:00",
"Modified": "2026-06-21T07:30:00.0157803+00:00",
"Author": "4d577471-763c-4652-8cf0-1406252c35f1",
"Editor": "efa31b05-089b-4cea-885b-73285780e9cc",
"CostRate": [
{
"Id": "0407d9ca-6746-4b7a-85ff-bf5413a4f4a4",
"StartDate": "2026-06-21T07:30:00.0157803+00:00",
"EndDate": "2026-06-21T07:30:00.0157803+00:00",
"Cost": 4.0
},
{
"Id": "0407d9ca-6746-4b7a-85ff-bf5413a4f4a4",
"StartDate": "2026-06-21T07:30:00.0157803+00:00",
"EndDate": "2026-06-21T07:30:00.0157803+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "692a59a3-eeef-4ff5-901e-7fdb02bbf561",
"StartDate": "2026-06-21T07:30:00.0157803+00:00",
"EndDate": "2026-06-21T07:30:00.0157803+00:00",
"Rate": 4.0
},
{
"Id": "692a59a3-eeef-4ff5-901e-7fdb02bbf561",
"StartDate": "2026-06-21T07:30:00.0157803+00:00",
"EndDate": "2026-06-21T07:30:00.0157803+00:00",
"Rate": 4.0
}
],
"id": "26e8273a-5f66-40e5-858f-795a9e940bc8",
"ConfigId": "14441a6d-fffe-4ae0-bd0a-49d6cb89343f"
}