Create a List
Create a list in Grata. The list visibility will be set to organization and it will be visible in the Grata UI for all users within the account to view.
Request body
Example request
{
"name": "New List"
}Response
OK
Example response
{
"name": "List A",
"list_uid": "QE5XDQEB",
"created_date": "2024-05-13T16:25:17.065916Z",
"updated_date": "2024-06-17T07:15:59.708119Z",
"company_count": 3
}Changes
Changed in 3 of the 5 revisions of this API.2618
- ▲
the request property
namebecame requiredrequest-property-became-required
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
- ○
api tag
listsaddedapi-tag-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status429response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○
the response property
company_countbecame required for the status200response-property-became-required
- ○
the response property
created_datebecame required for the status200response-property-became-required
- ○
the response property
list_uidbecame required for the status200response-property-became-required
- ○
the response property
namebecame required for the status200response-property-became-required
- ○
the response property
updated_datebecame required for the status200response-property-became-required
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
request body became required
request-body-became-required
- ●
deleted the
headerrequest parameterContent-Typerequest-parameter-removed
- ●
removed the optional property
countfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pagesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
resultsfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
createremoved and replaced withcreateListapi-operation-id-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
added the optional property
company_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_dateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
list_uidto the response with the200statusresponse-optional-property-added
- ○
added the optional property
nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
updated_dateto the response with the200statusresponse-optional-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●