POST api/Project/GetProjectsForDashboard
Request Information
URI Parameters
None.
Body Parameters
UserObj| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionID | string |
None. |
|
| GUID | string |
None. |
|
| Message | string |
None. |
|
| IsValid | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionID": "sample string 1",
"GUID": "sample string 2",
"Message": "sample string 3",
"IsValid": {}
}
text/html
Sample:
{"SessionID":"sample string 1","GUID":"sample string 2","Message":"sample string 3","IsValid":{}}
application/xml, text/xml
Sample:
<UserObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGamaAPI.ViewModels"> <GUID>sample string 2</GUID> <IsValid /> <Message>sample string 3</Message> <SessionID>sample string 1</SessionID> </UserObj>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />