Dataattributescreate is an example object payload from Outline, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "dataAttributesCreate",
"path": "/dataAttributes.create",
"method": "POST",
"summary": "Create a data attribute",
"tags": [
"DataAttributes"
],
"requestSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the data attribute.",
"example": "Status"
},
"description": {
"type": "string",
"description": "Description of the data attribute.",
"example": "The current status of the document."
},
"dataType": {
"$ref": "#/components/schemas/DataAttributeDataType"
},
"options": {
"$ref": "#/components/schemas/DataAttributeOptions"
},
"pinned": {
"type": "boolean",
"description": "Whether the data attribute is pinned to the top of document.",
"default": false
}
},
"required": [
"name",
"dataType"
]
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.