Tags API

Tag

GET /api/v1/tag

Return a list of test runs

Note

Requires an API key in the header. You must request this API key from your MozTrap admin. It is generated in the User edit page. username=foo&api_key=bar

Note

The underscores in query params (like case__suites) are DOUBLE underscores.

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

Example request:

GET /api/v1/tag/?format=json

Project Versions

Table Of Contents

Previous topic

Environment API

Next topic

Filtering

This Page