light-mode-image
Learn
MATTR VII PlatformJSON

Retrieve all presentation templates

Returns a list of all presentation templates on your tenant.

Analytics Events

PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_STARTPRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_SUCCESSPRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_FAIL

Roles

adminverifier
GET/v2/credentials/web-semantic/presentations/templates
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Default100
Range1 <= value <= 1000
cursor?string

Starting point for the list of entries.

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/web-semantic/presentations/templates?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM",
  "data": [
    {
      "id": "64e45290-9980-11ea-b872-f1bee5fb328f",
      "domain": "tenant.vii.mattr.global",
      "name": "alumni_credential_request",
      "query": [
        {
          "type": "QueryByExample",
          "credentialQuery": [
            {
              "required": true,
              "reason": "string",
              "example": [
                {
                  "@context": [
                    null
                  ],
                  "type": "AlumniCredential",
                  "trustedIssuer": [
                    {
                      "required": true,
                      "issuer": "string"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

How would you rate this page?