Skip to content
Snippets Groups Projects
Commit bfd88de0 authored by Matt Gracz's avatar Matt Gracz
Browse files

Update fpm_pp_ready_swagger.json

parent e903c38a
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
"swagger": "2.0",
"info": {
"description": "",
"version": "1.0.0",
"title": "ready_swagger",
"termsOfService": "",
"contact": {},
"license": {"name":""}
},
"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"
"host": "uwiscprod.assetworks.cloud",
"basePath": "/ready/api/reporting",
"schemes": ["https"],
"paths": {
"/request": {
"get": {
"tags": ["request"],
"summary": "",
"description": "",
"operationId": "getRequest",
"produces": ["application/json"],
"consumes": ["application/json"],
"parameters": [],
"responses": {
"200": {
"description": "successful operation",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/Request"
}
}
}
......@@ -35,44 +35,45 @@
}
}
},
"definitions" : {
"1" : {
"properties" : {
"template" : {
"type" : "string"
"definitions": {
"Request": {
"properties": {
"template": {
"type": "string"
},
"values" : {
"type" : "string"
"values": {
"type": "string"
},
"title" : {
"type" : "string"
"title": {
"type": "string"
},
"additionalFieldsValues" : {
"type" : "string"
"additionalFieldsValues": {
"type": "string"
},
"closed" : {
"type" : "boolean"
"closed": {
"type": "boolean"
},
"dateCreated" : {
"type" : "string"
"dateCreated": {
"type": "string",
"format": "date"
},
"requestor" : {
"type" : "string"
"requestor": {
"type": "string"
},
"requestId" : {
"type" : "string",
"requestId": {
"type": "string"
},
"workflowStates" : {
"type" : "string",
"workflowStates": {
"type": "string"
},
"respondents" : {
"type" : "string"
"respondents": {
"type": "string"
},
"aimStatusHistory.primaryKey" : {
"type" : "string",
"aimStatusHistory.primaryKey": {
"type": "string"
},
"workflowResponses" : {
"type" : "string",
"workflowResponses": {
"type": "string"
}
}
}
......
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