Skip to content
Snippets Groups Projects
Commit ae5024cf authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update file fpm_pp_ready_swagger.json

parent caa2b8ff
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "uwiscprod.assetworks.cloud",
"basePath" : "/ready/api/reporting",
"schemes" : [ "https" ],
"paths" : {
"/request" : {
"get" : {
"tags" : [ "1" ],
"summary" : null,
"description" : null,
"operationId" : "1",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/1"
}
}
}
}
}
}
},
"definitions" : {
"1" : {
"properties" : {
"template" : {
"type" : "string"
},
"values" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"additionalFieldsValues" : {
"type" : "string"
},
"closed" : {
"type" : "boolean"
},
"dateCreated" : {
"type" : "date"
},
"requestor" : {
"type" : "string"
},
"requestId" : {
"type" : "string",
},
"workflowStates" : {
"type" : "string",
},
"respondents" : {
"type" : "string"
},
"aimStatusHistory.primaryKey" : {
"type" : "string",
},
"workflowResponses" : {
"type" : "string",
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment