Get support
Sign Up
Search...
/
Help Center
API Reference
Updates and Changes
API Reference
Analyses
Analysis Templates
Annotations
Campaigns
Dataset Schemas
Datasets
Datatables
Entities
GET
Get Entity
GET
List Entities
POST
Create Custom Entity
PATCH
Update Entity
Entity Schemas
Files
Plots
Storage
Tasks
Users
Get support
Sign Up
API Reference
Entities
Create Custom Entity
POST
https://
api.sphinxbio.com
/
v1
/
entities
Create a custom Entity. A custom Entiy can be used to define how a Campaign, Schema, and other data relate. Entities are can be used across many Datasets and Datatables.
Request
This endpoint expects an object.
externalId
string
Required
name
string
Required
campaignId
string
Optional
data
map from strings to any
Optional
isControl
boolean
Optional
schemaName
string
Optional
Response
This endpoint returns an object.
campaignId
string
createdAt
datetime
creator
object
Show 3 properties
id
string
isControl
boolean
name
string
updatedAt
datetime
data
map from strings to any
Optional
externalId
string
Optional
model
string
Optional
parentId
string
Optional
Built with