Entry

The Entry resource lets you update and create entries in a project.

# Endpoints
  • POST
    /2023-07/entries/{stucture_code}.json
    # Create a new entry
  • GET
    /2023-07/entries/{stucture_code}.json?since_id=65171d36679f7ee3594b1939
    # Retrieve a list of entries
  • GET
    /2023-07/entries/{stucture_code}/count.json
    # Retrieve a count of entries

The Entry resource

Properties
id string read-only

created_at date ISO 8601 read-only

The date and time (ISO 8601 format) when the entry was created.


updated_at date ISO 8601 read-only

The date and time (ISO 8601 format) when the entry was last modified.


doc

The object of custom keys.


POST

Create a new entry

Create a new entry.

Examples

Request body

entry

Entry properties

GET

Retrieve a list of entries

Retrieve a list of entries.

Parameters
fields

Return only certain fields specified by a comma-separated list of field names.


ids

Return only entries specified by a comma-separated list of entry IDs.


limits ≤ 250 default 50

Return up to this many results per page.


since_id

Return only entries after the specified ID.


GET

Retrieve a count of entries

Retrieve a count of entries.