GET/POST /public/api/getprojectlist

Description

Get a simple list of project numbers

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Countries": [ { "ID": "123", "ProjectNumberTitle": "ProjectNumberTitle" } ] }