Get Org Service Access Objects Using GET
Get service-organization access objects for the specified service.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Service Owner | ✔️ | ✔️ |
Read-only Operator | ✔️ | ✔️ |
Service Enabler | ✔️ | ✔️ |
The id of the service
List of org ids to get
Enable to get access objects with payment commitment
Enable to get access object without any enabled subscriptions
The type of the onboarding
The id of the user
The id of the client
Set true to expand organization information
The number of the page
Max Amount of results per page, the defaultValue value is 200
OK
{
"results": [
{
"orgId": "string",
"orgName": "string",
"orgOwners": [
"string"
],
"serviceDefinitionId": "string",
"accessState": "string",
"context": {
"context": {}
},
"trialDetails": {
"trialEnd": "string",
"trialStart": "string",
"trialEndReason": "string",
"paymentCommitment": false,
"seller": "string",
"status": "string",
"endTrialConfiguration": {
"postTrialConfiguration": {
"roles": [
"string"
],
"duration": 0,
"notifyPostTrialEnded": false
},
"serviceEndTrialBehaviour": {
"endTrialBehaviourType": "string",
"endTrialOnPaymentConfirmation": false,
"subscriptionType": [
"string"
]
}
}
},
"createdAt": "string",
"serviceInvitationId": "string",
"assignedServiceUrl": "string",
"isBundle": false,
"hideServiceTile": false,
"setupNeeded": false
}
],
"nextLink": "string",
"prevLink": "string",
"totalResults": 0
}
Partial list of returned results.
Relative path to next page if exists. Not returned for POST requests.
Relative path to previous page if exists. Not returned for POST requests.
Total number of results if available.
curl -H 'Authorization: <value>' https://{api_host}/csp/slc/api/definitions/external/{id}/org-access