templates

Busca um template específico

get/v1/templates/{id}

Path parameters

idstring uuid required

Response

Template

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 bodyPreview became nullable for the status 200

      response-property-became-nullable

    • the response property originalCategory became nullable for the status 200

      response-property-became-nullable

    • the response property rejectionReason became nullable for the status 200

      response-property-became-nullable

    • the response property updatedAt became nullable for the status 200

      response-property-became-nullable

    • the response property usageGuide became nullable for the status 200

      response-property-became-nullable

    • the response property 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 media type application/json for the response with the status 403

      response-media-type-added

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • the response property category became required for the status 200

      response-property-became-required

    • the response property createdAt became required for the status 200

      response-property-became-required

    • the response property formattedName became required for the status 200

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property language became required for the status 200

      response-property-became-required

    • the response property name became required for the status 200

      response-property-became-required

    • the response property providerName became required for the status 200

      response-property-became-required

    • the response property providerStatus became required for the status 200

      response-property-became-required

    • the response property providerTemplateId became required for the status 200

      response-property-became-required

    • the response property 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