Get list of available projects
GET {{baseUrl}}/api/projects
Get a list of all projects that the authenticated user has access to. This endpoint returns the name, ID, description, alias, and status of each project; the project status corresponds to values from EnumDSSXMLProjectStatus. It also specifies whether this project is the platform analytics project, which contains a set of pre-defined reports that provide statistics for the IServer. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string |