Lists all stacking rules.
Returns always a list with one item.
This endpoint can be used to retrieve the default stacking rules. The default stacking rules do not have an ID that could be used with the Get Stacking Rules or Update Stacking Rules endpoints.
๐ Stacking Rules Documentation
Read the Stacking Rules article to learn how they work.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Returns the details about the stacking rules assigned to the project. These can be either the default stacking rules or the created ones.
Response body schema for GET /management/v1/projects/{projectId}/stacking-rules.
The type of the object represented by JSON. This object stores information about the stacking rules in a dictionary.
list Identifies the name of the attribute that contains the array of stacking rule objects.
data Array of only one stacking rule object.
The total number of stacking rule objects. It is always 1.