PagedResponseOrgServiceAccessV2Response

PagedResponseOrgServiceAccessV2Response
PagedResponseOrgServiceAccessV2Response

Partial result of the API call with next and previous links and total results count.

JSON Example
{
    "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,
            "onboardingContextId": "string"
        }
    ],
    "nextLink": "string",
    "prevLink": "string",
    "totalResults": 0
}
results
Optional

Partial list of returned results.

string
nextLink
Optional

Relative path to next page if exists. Not returned for POST requests.

string
prevLink
Optional

Relative path to previous page if exists. Not returned for POST requests.

integer As int32 As int32
totalResults
Optional

Total number of results if available.