Skip to content

/v2/blueprints/
Stable

Request

Retrieve all blueprints

Query
orderingstring

Order the results by a specific field (-field for descending order), Combine Multiple with , like -created_at,-updated_at.

namestring

Filter the results by name, case insensitive

name_exactstring

Filter the results by name, case sensitive and matches exact name

settings__android__app_idstring, (uuid)

List the blueprints which have given app_id in any of the versions for android apps.

settings__android__app_version_idstring, (uuid)

List the blueprints which have given app_version_id in any of the versions for android apps.

settings__ios__app_idstring, (uuid)

List the blueprints which have given app_id in any of the versions for ios apps.

settings__ios__app_version_idstring, (uuid)

List the blueprints which have given app_version_id in any of the versions for ios apps.

settings__windows__app_idstring, (uuid)

List the blueprints which have given app_id in any of the versions for windows apps.

settings__windows__app_version_idstring, (uuid)

List the blueprints which have given app_version_id in any of the versions for windows apps.

settings__android__file_idstring, (uuid)

List the blueprints which have given file_id in any of the versions.

settings__android__wifi_network_idstring, (uuid)

List the blueprints which have given wifi_network_id in any of the versions.

settings__ios__provisioning_profile_idstring, (uuid)

Filter blueprints that have the given provisioning profile ID in any version.

settings__ios__provisioning_profile_version_idstring, (uuid)

Filter blueprints that have the given provisioning profile version ID in any version.

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/blueprints/?ordering=string&name=string&name_exact=string&settings__android__app_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__android__app_version_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__ios__app_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__ios__app_version_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__windows__app_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__windows__app_version_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__android__file_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__android__wifi_network_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__ios__provisioning_profile_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&settings__ios__provisioning_profile_version_id=497f6eca-6276-4993-bfeb-53cbbbba6f08'

Responses

Success

Bodyapplication/json
contentobject
Response
{ "content": { "count": 0, "next": "string", "previous": "string", "results": [], "message": "string", "code": 0 } }