Get all stacks
GET https://{{base_url}}/v3/stacks
The Get all stacks call fetches the list of all stacks owned by and shared with a particular user account.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Get all stacks API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_collaborators | boolean | Set this parameter to 'true' to include the details of the stack collaborators. | |
include_stack_variables | boolean | Set this to 'true' to display the stack variables. Stack variables are extra information about the stack, such as the description, format of date, format of time, and so on. Users can include or exclude stack variables in the response. | |
include_discrete_variables | boolean | Set this to 'true' to view the access token of your stack. | |
include_count | boolean | Set this to 'true' to include in the response the total count of the stacks owned by or shared with a user account. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | ||
organization_uid | string | Enter the uid of your organization. | |
Content-Type | string |