Get layouts by language. This endpoint retrieves all layouts created under the account based on the specified language.

GET /api/v1/layouts

Sample request:

GET /layouts?language=en

Query parameters

  • language string

    The language used in the API call.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
GET /api/v1/layouts
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v1/layouts'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}