Get the current version document
Provisioning
Get the current version document
Reads the versions/current document for a versioned resource.
GET
Get the current version document
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tenant identifier.
Collection name under the tenant (for example: users, bots, jobs).
Document identifier within the collection.
Response
Current version document
Arbitrary JSON object representing the provisioning resource.
Create or replace a provisioning document (POST = replace)Update the current version document (PUT = merge update)

