Retrieves the collection of Subscription resources.
Subscription collection
[- {
- "uuid": "string",
- "project_codename": "string",
- "fiscal_id": "string",
- "active": true,
- "period_starts_at": "string",
- "period_ends_at": "string",
- "auto_renew": true,
- "auto_renew_at": "string",
- "limit": 0,
- "count": 0,
- "deleted": true
}
]
Retrieves a Subscription resource.
Subscription resource
Resource not found
{- "uuid": "string",
- "project_codename": "string",
- "fiscal_id": "string",
- "active": true,
- "period_starts_at": "string",
- "period_ends_at": "string",
- "auto_renew": true,
- "auto_renew_at": "string",
- "limit": 0,
- "count": 0,
- "deleted": true
}