Create Run

POST

Create a new run in Nominal.

Throws if start is equal to or after end.

Request

This endpoint expects an object.
titlestringRequired
descriptionstringRequired
startTimeobjectRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
dataSourcesmap from strings to objectsRequired
attachmentsset of stringsRequired
assetslist of stringsRequired
endTimeobjectOptional
runPrefixstringOptional
assetstringOptional

Response

This endpoint returns an object.
ridstring
runNumberlong
titlestring
descriptionstring
startTimeobject
propertiesmap from strings to strings
labelsset of strings
createdAtdatetime
updatedAtdatetime
dataSourcesmap from strings to objects
attachmentsset of strings
assetslist of strings
runPrefixstringOptional
authorRidstringOptional
endTimeobjectOptional
assetstringOptional
Built with