/
GR
gridfox
/
Gridfox Public API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 3w ago
Details
Filter operations
AuditData
1
Groups
1
Permissions
1
RuntimeData
8
get
Gets the record with the given referenceFieldValue in the specified table and project.
put
Updates the record with the given referenceFieldValue in the specified table, based on the specified model.
delete
Deletes the record with the given referenceFieldValue from the specified table.
get
Searches for record in the specified table based on the specified search parameters.
post
Creates a record in the specified table based on the specified model.
post
Updates the record with the given referenceFieldValue in the specified table, by adding the specified files to the file field with the name fieldName.
get
Downloads the file with the name fileName.
delete
Deletes the specified file from the file field with the name fieldName on the record with the given referenceFieldValue in the specified table.
Tables
1
Users
3
RuntimeData
Deletes the record with the given referenceFieldValue from the specified table.
delete
/data/{tableName}/{referenceFieldValue}
Path parameters
tableName
string
required
referenceFieldValue
string
required
Response
No Content
Changes