Projects

Get a list of projects available.


Projects


Projects


Request URL
GET FormTrak/v1/Projects


URI Parameters

No parameters are required for this Resource URI.


Resource Description of Response Object

Collection of FormTrakProject
NameDescription Type Required / Optional
ProjectId

integer

Optional

Name

string

Optional

IsDefault

boolean

Optional


Available Response Formats & Sample Data

[
  {
    "ProjectId": 1,
    "Name": "sample string 2",
    "IsDefault": true
  },
  {
    "ProjectId": 1,
    "Name": "sample string 2",
    "IsDefault": true
  }
]
<ArrayOfFormTrakProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formtrak/products">
  <FormTrakProject>
    <IsDefault>true</IsDefault>
    <Name>sample string 2</Name>
    <ProjectId>1</ProjectId>
  </FormTrakProject>
  <FormTrakProject>
    <IsDefault>true</IsDefault>
    <Name>sample string 2</Name>
    <ProjectId>1</ProjectId>
  </FormTrakProject>
</ArrayOfFormTrakProject>

Build Request


No parameters are required for this Resource URI.





Request URL

GET FormTrak/v1/Projects

Status

Response Details