templates

Lista templates da organização

get/v1/templates

Query parameters

namestring

Filtra por nome exato.

status'PENDING' | 'APPROVED' | 'REJECTED' | 'PAUSED' | 'DISABLED'

Response

Lista de templates

idstring uuid required
namestring required
formattedNamestring required
categorystring required
originalCategorystring nullable
languagestring required
providerNamestring required
providerTemplateIdstring required
providerStatusstring required
rejectionReasonstring nullable
bodyPreviewstring nullable
structureJsonobject required
usageGuideobject nullable
variablesSchemaobject nullable
createdAtstring date-time required
updatedAtstring date-time nullable

Example response

[
  {
    "providerStatus": "APPROVED"
  }
]

Changes

Changed in 1 of the 4 revisions of this API.615

  • 4e426b85f784615See the full diff
    • the response property items/bodyPreview became nullable for the status 200

      response-property-became-nullable

    • the response property items/originalCategory became nullable for the status 200

      response-property-became-nullable

    • the response property items/rejectionReason became nullable for the status 200

      response-property-became-nullable

    • the response property items/updatedAt became nullable for the status 200

      response-property-became-nullable

    • the response property items/usageGuide became nullable for the status 200

      response-property-became-nullable

    • the response property items/variablesSchema became nullable for the status 200

      response-property-became-nullable

    • api tag templates added

      api-tag-added

    • api tag Templates removed

      api-tag-removed

    • added the new optional query request parameter status

      new-optional-request-parameter

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • the response property items/category became required for the status 200

      response-property-became-required

    • the response property items/createdAt became required for the status 200

      response-property-became-required

    • the response property items/formattedName became required for the status 200

      response-property-became-required

    • the response property items/id became required for the status 200

      response-property-became-required

    • the response property items/language became required for the status 200

      response-property-became-required

    • the response property items/name became required for the status 200

      response-property-became-required

    • the response property items/providerName became required for the status 200

      response-property-became-required

    • the response property items/providerStatus became required for the status 200

      response-property-became-required

    • the response property items/providerTemplateId became required for the status 200

      response-property-became-required

    • the response property items/structureJson became required for the status 200

      response-property-became-required

    This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog