JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
API Documentation Admin Webapp
API Documentation
MEDPULSE DATABASE [DRAFT]
More
Share
Explore
ORGANIZATION
ORGANIZATION FETCH
GET /organization/fetch/:id
Request
{
}
Response (Success)
{
"status"
:
true
,
"code"
:
"ORGANIZATION_FETCH_SUCCESS"
,
"payload"
:
{
"id"
:
"<<string>>"
,
"created_at"
:
"<<date>>"
,
"updated_at"
:
"<<date>>"
,
"name"
:
"<<string>>"
,
"display_name"
:
"<<string>>"
,
"email"
:
"<<string>>"
,
"city"
:
"<<string>>"
,
"state"
:
"<<string>"
,
"phone"
:
"<<string>>"
,
}
}
Response (Error)
{
"status"
:
false
,
"code"
:
"ORGANIZATION_FETCH_FAILED"
,
"message"
:
"Bad request"
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.