Skip to main content
GET
/
deal-folder-file
/
{file}
Get a single deal folder file slot (chat-popup lookup)
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/deal-folder-file/{file} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Path Parameters

file
integer
required

DealFolderFile ID (slot ID).

Example:

5

Response

Single-file deal folder payload — same shape as POST /deal-folder/athlete-job-details (see that endpoint's 200 schema for the full structure).