Get plan group by ID

Deprecated

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

planGroupIdstringRequiredformat: "uuid"
The ID of the plan group

Response

Success response
idstringformat: "uuid"
The unique identifier of the plan group
organizationIdstringformat: "uuid"
The organization ID that owns this plan group
namestring
The name of the plan group
createdAtdatetime
When the plan group was created
updatedAtdatetime
When the plan group was last updated
descriptionstring or null
The description of the plan group
planslist of objects or null
The plans included in this plan group

Errors