Database table fields

Lists all the fields of the table related to the provided parameter if the user has access to the related database's workspace. If the workspace is related to a template, then this endpoint will be publicly accessible. A table consists of fields and each field can have a different type. Each type can have different properties. A field is comparable with a regular table's column.

get/api/database/fields/table/{table_id}/

Path parameters

table_idinteger required

Returns only the fields of the table related to the provided value.

Response

Changes

Changed in 4 of the 6 revisions of this API.516

  • f3396317d932114See the full diff
    • removed the required property items/oneOf[ButtonFieldField]/error from the response with the 200 status

      response-required-property-removed

    • removed the optional property items/oneOf[ButtonFieldField]/url_formula from the response with the 200 status

      response-optional-property-removed

    • the response property items/oneOf[CreatedOnFieldField]/name became required for the status 200

      response-property-became-required

    • the response property items/oneOf[DateFieldField]/name became required for the status 200

      response-property-became-required

    • the response property items/oneOf[LastModifiedFieldField]/name became required for the status 200

      response-property-became-required

    • added the required property items/oneOf[ButtonFieldField]/has_workflow_actions to the response with the 200 status

      response-required-property-added

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

    • added ButtonFieldField to the items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added button discriminator mapping keys to the items/ response property for the response status 200

      response-property-discriminator-mapping-added

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

    • the response property items/oneOf[CreatedOnFieldField]/name became optional for the status 200

      response-property-became-optional

    • the response property items/oneOf[DateFieldField]/name became optional for the status 200

      response-property-became-optional

    • the response property items/oneOf[LastModifiedFieldField]/name became optional for the status 200

      response-property-became-optional

    • added the required property items/oneOf[AIFieldField]/error to the response with the 200 status

      response-required-property-added