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": "3f1c7b05-86a4-4065-9bc5-9af1f0c532ae",
"Office365Id": "c7511838-7ec6-4bae-9e5b-7cbe43375e90",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b7b03934-88b3-4922-9801-a43251bb5c22",
"LastLogin": "2026-04-22T14:43:57.7598723+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f07fc7a4-fa0e-43f1-92ef-eaa5b104cfc8",
"eba35137-3ac4-4f6b-b3ae-e0ebf541d916"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f30740c0-1639-4a9c-bf2b-d29360ea0ad3",
"6433f3b3-e39b-438c-b9cd-cb5c6e8d9324"
]
},
"Created": "2026-04-22T14:43:57.7598723+00:00",
"Modified": "2026-04-22T14:43:57.7598723+00:00",
"Author": "8d946383-ba96-4e30-861e-5a729eaca12d",
"Editor": "a131c51f-2393-47e9-af9b-a8e6a1c82fc2",
"CostRate": [
{
"Id": "f2b0dcc5-7bb3-4963-8cec-6ca3fb143b83",
"StartDate": "2026-04-22T14:43:57.7598723+00:00",
"EndDate": "2026-04-22T14:43:57.7598723+00:00",
"Cost": 4.0
},
{
"Id": "f2b0dcc5-7bb3-4963-8cec-6ca3fb143b83",
"StartDate": "2026-04-22T14:43:57.7598723+00:00",
"EndDate": "2026-04-22T14:43:57.7598723+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "455aff13-2f9f-4e3a-b4fc-bb0a7bf347f8",
"StartDate": "2026-04-22T14:43:57.7598723+00:00",
"EndDate": "2026-04-22T14:43:57.7598723+00:00",
"Rate": 4.0
},
{
"Id": "455aff13-2f9f-4e3a-b4fc-bb0a7bf347f8",
"StartDate": "2026-04-22T14:43:57.7598723+00:00",
"EndDate": "2026-04-22T14:43:57.7598723+00:00",
"Rate": 4.0
}
],
"id": "cbd0e420-6918-40ba-9631-b47779b93a09",
"ConfigId": "6542d3ff-9a61-43af-9584-f584d1728bde"
}