Fetch Application Form Template Available For A Job By Jid.
GET
/application/save_temp/{jid}/{aftid}
APPLICATION
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/application/save_temp//' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "Personal information",
"fields": [
{
"id": "firstname",
"required": true,
"label": "First name",
"type": "text",
"maxLength": 0,
"helper": "string",
"value": null,
"prefilledByLocation": true,
"supportedFileTypes": [
"string"
],
"supportedMimeTypes": [
"string"
],
"maxFileSize": 0,
"options": [
{
"name": "5118908",
"value": "Agartala"
}
],
"singleOption": true,
"fields": [
{}
],
"editing": true
}
]
}
]'
Response Response Example
200 - Example 1
null
Request
Path Params
jid
stringÂ
Jid
aftid
stringÂ
Aftid
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41