Skip to content

List organization posts

GET
/api/organization/{organizationid}/posts
curl --request GET \
--url https://api.eventpoint.io/api/organization/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/posts \
--header 'x-api-key: <x-api-key>'
organizationid
required
string format: uuid

The organization identifier.

projectid
string format: uuid

The project identifier.

sort
string

The field to sort by.

page
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

The one-based page number.

pagesize
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

The number of items per page.

OK

object
page
null | integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
itemsPerPage
null | integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
continuationToken
null | string
cacheToken
null | string
count
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
numberOfPages
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
data
Array<object> | null
object
name
null | string
email
null | string
contactEmail
null | string
firstName
null | string
lastName
null | string
phone
null | string
jobTitle
null | string
company
null | string
meta
null | string
projectIds
Array<string> | null
eventIds
Array<string> | null
sort
null | string
sortDir
One of:
null
request
object
page
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
itemsPerPage
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
continuationToken
null | string
sort
null | string
sortDir
One of:
null
terms
null | string
categories
Array<string> | null
dateLow
null | string format: date-time
dateHigh
null | string format: date-time

Forbidden

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string