Skip to content

Instantly share code, notes, and snippets.

@f0-x
Last active January 25, 2023 03:50
Show Gist options
  • Save f0-x/01feef6c0f384238b97f89f4da019694 to your computer and use it in GitHub Desktop.
Save f0-x/01feef6c0f384238b97f89f4da019694 to your computer and use it in GitHub Desktop.
GET : /api/centerframe/v1/globalsearch?text="<keyword>"
{
"results": [
"An Array of Centerframe Project object"
],
"members": [
"An Array of Centerframe Filmmaker/Member objects related to search keyword"
],
"projects": [
"An Array of Project Objects related to the search keyword"
],
"films": [
"An Array of Films related to the search keyword"
],
"videoChannels": [
"An Array of Single Video Channel object related to the search keyword"
],
"feedbackRooms": [
"An Array of Feedback Room object related to search keyword"
],
"featuredEvents": [
{
"id": "Unique event identifier",
"name": "Event's title",
"date": " 2022-07-18T13:52:37"
"description": "A short description of the event",
"isRegistered": true
"isRepresentedByPhoto": [
{
"id": "2.2.5dc08.59000137",
"content": "2.2.5dc08.59000136",
"mimeType": "image/png"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment