Environment API

Environment

GET /api/v1/environment

Return a list of environments with all elements and categories.

Format :(required) The API always requires a value of json for this field.
Elements :(optional) The Element ID to filter on.
Limit :(optional) Defaults to 20 items, but can be set higher or lower. 0 will return all records.

Example request:

GET /api/v1/environment/?format=json&elements=5

Project Versions

Table Of Contents

Previous topic

Test Runs API

Next topic

Tags API

This Page