GET user/getUserProjects?tokenUser={tokenUser}
Get the projects for the given user token
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tokenUser |
tokenUser retrieved by user/getUserToken method |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
[ { "TOKEN": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "NAME": "Finnish_demonstration_site", "COMPANY": "One Team srl", "CITY": "Tampere", "STATUS": 1, "ORIGINAL_NAME": "Finnish demonstration site" }, { "TOKEN": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "NAME": "Italian_demonstration_site", "COMPANY": "One Team srl", "CITY": "Monza", "STATUS": 1, "ORIGINAL_NAME": "Italian demonstration site" }, { "TOKEN": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "NAME": "Polish_demonstration_site", "COMPANY": "One Team srl", "CITY": "Chorzow", "STATUS": 1, "ORIGINAL_NAME": "Polish demonstration site" } ]
ObjectNone.
Response Formats
application/json, text/json, text/plain
{}
application/xml, text/xml
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />