/
/Gridfox Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3h ago · Updated 3w ago
AuditData1
Groups1
Permissions1
RuntimeData8
  • getGets the record with the given referenceFieldValue in the specified table and project.
  • putUpdates the record with the given referenceFieldValue in the specified table, based on the specified model.
  • deleteDeletes the record with the given referenceFieldValue from the specified table.
  • getSearches for record in the specified table based on the specified search parameters.
  • postCreates a record in the specified table based on the specified model.
  • postUpdates the record with the given referenceFieldValue in the specified table, by adding the specified files to the file field with the name fieldName.
  • getDownloads the file with the name fileName.
  • deleteDeletes the specified file from the file field with the name fieldName on the record with the given referenceFieldValue in the specified table.
Tables1
Users3
    RuntimeData

    Creates a record in the specified table based on the specified model.

    post/data/{tableName}

    Path parameters

    tableNamestring required

    Query parameters

    dataPropertystring
    ignorePropertiesstring[]

    Request body

    object required

    Response

    Created

    referenceFieldValuestring nullable

    Gets or sets the id of the created resource.

    Changes