Retrieve all layout mappings in the database ordered by last modified date.

Use the /layout-mappings/views/by-modified endpoint to retrieve all layout mappings from the database and list them in the order of their last modified date.
User roles: admin, manager, editor, viewer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

Provide the date and time of when the last modifications were made to the layout mappings that you want returned.
When the order is ascending (default), the layouts that are modified on or after this date and time are returned.
When the order is descending, the layouts that are modified on or before this date and time are returned.
The date value must be in the ISO 8601 format YYYY-MM-DD T hh:mm:ss:sssZ.

date-time

Provide the date and time of when the last modifications were made to the layout mappings that you want returned.
When the order is ascending (default), the layouts that are modified on or before this date and time are returned.
When the order is descending, the layouts that are modified on or after this date and time are returned.
The date value must be in the ISO 8601 format YYYY-MM-DD T hh:mm:ss:sssZ.

string

If start does not uniquely identify the result to start from, you can specify the UUID of the result as startId.

string

If end does not uniquely identify the result to end at, you can specify the UUID of the result as endId.

number
Defaults to 0

Use the offset parameter to specify the number of layout mappings to skip and return the rest.

number
Defaults to 50

Set the limit for the number of layout mappings that are returned.

string
enum

Specify the result format.

  • feed - (default) returns a wrapper with links
  • array - returns just the array of results
  • sequence - each result is a separate JSON document on a new line
Allowed:
string
enum

Specify the next and previous page link mode.

  • offset - (default) allows paging forward or backwards, but only a small number of times
  • deep - uses index keys to efficiently page through a large result set, but only in one direction
Allowed:
string
enum
Defaults to ascending

Specify whether you want the layout mapping documents to be returned in ascending/oldest-first (default) or descending/newest-first order.

Allowed:
string

Only the layout mapping fields that are specified here are returned for each result. Any layout mapping field is a valid value and can be specified as a comma-separated list.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json