List
GET /account/noticeboard/list
Obtain a list of castings, collaborations or other kinds of noticeboard postings that are currently running in one of your accounts.
Headers
Name
Value
Required
X-Key
Your API Key
X-SessionId
Your session id
X-UserId
The logged user id to list noticeboard items from
Body
Name
Description
Required
postingType
One of the following types of noticeboard postings to retrieve:
casting
collaboration
travelNotice
others
status
Obtain a list of open or closed noticeboard postings. If not specified, the list will include all. One of the following values:
open
closed
Example
curl \
-G https://litmind.com/api/v1/account/noticeboard/list \
-H 'X-Key: bfRCu5GAEP9eMZ7fS6yvPwGxB9Nu7FzUfdnasrCkKkHAyCBZ' \
-H 'X-SessionId: 313599f212429860887ef23ea326cc863a9186eb1a43a8f1739a1815ebe2a588' \
-H 'X-UserId: 138829'
-d 'postingType=casting'
Response
{
"entity": "NoticeboardPostings",
"noticeboardPostings": [
// Noticeboard posting entities
]
}
Last updated