POST api/SubscriptionActionRuns/select

Retrieves a list of subscription actions that match the given criteria.

Request Information

URI Parameters

None.

Body Parameters

The criteria model to filter subscription actions by.

SubscriptionActionRunsFilterCriteriaDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdNot

globally unique identifier

None.

CreatorUserId

globally unique identifier

None.

ActionId

globally unique identifier

None.

TriggerId

globally unique identifier

None.

TenantId

globally unique identifier

None.

Status

SubscriptionActionStatusDto

None.

IsDeleted

boolean

None.

CreationDateFrom

date

None.

CreationDateTo

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "f8b2b782-b96d-4c1a-a3f5-e01b6a8d6349",
  "IdNot": "a472a144-b437-4a3f-94d5-dba8afe62d44",
  "CreatorUserId": "21730296-5ef1-4664-be0b-35f0cdb0c569",
  "ActionId": "0b7b491e-086c-4525-9978-a1e516bc530f",
  "TriggerId": "9baae431-7182-4ee0-ac43-59d18dfa1087",
  "TenantId": "1d7bfe68-840c-4ab0-b36c-29df23b65828",
  "Status": 0,
  "IsDeleted": true,
  "CreationDateFrom": "2025-12-11T20:15:05.25961+00:00",
  "CreationDateTo": "2025-12-11T20:15:05.25961+00:00"
}

application/xml, text/xml

Sample:
<SubscriptionActionRunsFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Notification.Models.FilterCriteria">
  <ActionId>0b7b491e-086c-4525-9978-a1e516bc530f</ActionId>
  <CreationDateFrom>2025-12-11T20:15:05.25961+00:00</CreationDateFrom>
  <CreationDateTo>2025-12-11T20:15:05.25961+00:00</CreationDateTo>
  <CreatorUserId>21730296-5ef1-4664-be0b-35f0cdb0c569</CreatorUserId>
  <Id>f8b2b782-b96d-4c1a-a3f5-e01b6a8d6349</Id>
  <IdNot>a472a144-b437-4a3f-94d5-dba8afe62d44</IdNot>
  <IsDeleted>true</IsDeleted>
  <Status>Pending</Status>
  <TenantId>1d7bfe68-840c-4ab0-b36c-29df23b65828</TenantId>
  <TriggerId>9baae431-7182-4ee0-ac43-59d18dfa1087</TriggerId>
</SubscriptionActionRunsFilterCriteriaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.