List Event Types

GET {{baseUrl}}/api/v1/event-type?limit=<uint64>&iterator=<string>&order=<string>&include_archived=false&with_content=false

Return the list of event types.

Request Params

| Key | Datatype | Required | Description | | limit | string | | Limit the number of returned items | | iterator | string | | The iterator returned from a prior invocation | | order | string | | The sorting order of the returned items | | include_archived | boolean | | When true archived (deleted but not expunged) items are included in the response | | with_content | boolean | | When true the full item (including the schema) is included in the response |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;createdAt&quot;:&quot;2018-04-15T14:37:35.698Z&quot;,&quot;description&quot;:&quot;A user has signed up&quot;,&quot;name&quot;:&quot;user.signup&quot;,&quot;updatedAt&quot;:&quot;1951-12-02T16:31:18.379Z&quot;,&quot;archived&quot;:false,&quot;schemas&quot;:{&quot;1&quot;:{&quot;description&quot;:&quot;An invoice was paid by a user&quot;,&quot;properties&quot;:{&quot;invoiceId&quot;:{&quot;description&quot;:&quot;The invoice id&quot;,&quot;type&quot;:&quot;string&quot;},&quot;userId&quot;:{&quot;description&quot;:&quot;The user id&quot;,&quot;type&quot;:&quot;string&quot;}},&quot;required&quot;:[&quot;invoiceId&quot;,&quot;userId&quot;],&quot;title&quot;:&quot;Invoice Paid Event&quot;,&quot;type&quot;:&quot;object&quot;}},&quot;featureFlag&quot;:&quot;cool-new-feature&quot;},{&quot;createdAt&quot;:&quot;1945-02-17T06:10:36.593Z&quot;,&quot;description&quot;:&quot;A user has signed up&quot;,&quot;name&quot;:&quot;user.signup&quot;,&quot;updatedAt&quot;:&quot;2022-04-04T14:28:06.313Z&quot;,&quot;archived&quot;:false,&quot;schemas&quot;:{&quot;1&quot;:{&quot;description&quot;:&quot;An invoice was paid by a user&quot;,&quot;properties&quot;:{&quot;invoiceId&quot;:{&quot;description&quot;:&quot;The invoice id&quot;,&quot;type&quot;:&quot;string&quot;},&quot;userId&quot;:{&quot;description&quot;:&quot;The user id&quot;,&quot;type&quot;:&quot;string&quot;}},&quot;required&quot;:[&quot;invoiceId&quot;,&quot;userId&quot;],&quot;title&quot;:&quot;Invoice Paid Event&quot;,&quot;type&quot;:&quot;object&quot;}},&quot;featureFlag&quot;:&quot;cool-new-feature&quot;}],&quot;done&quot;:true,&quot;iterator&quot;:&quot;iterator&quot;,&quot;prevIterator&quot;:&quot;-iterator&quot;}