/getRecordStateAsk AIget https://api.agilite.io/bpm/getRecordStateReturn the state of a BPM Record based on various options definedBody ParamsBody DatajsonThe body data is optional if the header prop has been specified. Otherwise you can choose to only use the body prop by leaving out the header prop and including the body prop.Headersprocess-keysstringThe BPM Profile key(s) of the relevant BPM Process (separate using commas)bpm-record-idsstringThe Record Id(s) of the record(s) that were registered with Agilit-e (separate using commas)step-namesstringReturn results based on these step name(s) (separate using commas)responsible-usersstringReturn results based on these responsible user(s) (separate using commas)relevant-usersstringReturn results based on these relevant users(s) (separate using commas)relevant-rolesstringReturn results based on these relevant roles (separate using commas)include-historybooleanDefaults to trueWhether the successful response needs to include the history objecttruefalseinclude-step-optionsbooleanDefaults to trueWhether the successful response needs to include the step optionstruefalseinclude-visible-objectsbooleanDefaults to trueWhether the successful response needs to include the visible objectstruefalseinclude-keywordsbooleanDefaults to trueWhether the successful response needs to include the history keywordstruefalsepagestringFor pagination. Default to null. When using paging, Use 0 for Page 1, 1 for Page 2, etc.page-limitstringFor pagination. Default to null. Limit the amount of records to be returnedevent-stampsstringReturn results based on the event stamps provided (comma separated)event-start-datestringReturn results based on the event start dateevent-end-datestringReturn results based on the event end datesort-bystringDefaults to createdAtSorts results based certain properties (Specify multiple fields by separating them with spaces. e.g "createdAt modifiedAt")iso-languagestringReturn results based on the specified ISO Languagelog-profile-keystringProfile Key of the Batch Logging Profile configured for loggingdue-in-minutesstringSpecify if which records should be returned based on when they are due. 0 can be provided for overdue records only, any other number checks records that are due in the number of minutes specified.Responses 200200 400400Updated over 3 years ago