Account
| API | Description |
|---|---|
| GET api/Account/UserInfo |
No documentation available. |
| POST api/Account/Logout |
No documentation available. |
| GET api/Account/ManageInfo?returnUrl={returnUrl}&generateState={generateState} |
No documentation available. |
| POST api/Account/ChangePassword |
No documentation available. |
| POST api/Account/SetPassword |
No documentation available. |
| POST api/Account/AddExternalLogin |
No documentation available. |
| POST api/Account/RemoveLogin |
No documentation available. |
| GET api/Account/ExternalLogin?provider={provider}&error={error} |
No documentation available. |
| GET api/Account/ExternalLogins?returnUrl={returnUrl}&generateState={generateState} |
No documentation available. |
| POST api/Account/Register |
No documentation available. |
| POST api/Account/RegisterExternal |
No documentation available. |
Client
Client Apis
| API | Description |
|---|---|
| GET api/client/{aAbrev} |
Get All Clients From Careplanner |
| POST api/client/{aAbrev} |
Insert a client and login into careplanner |
| DELETE api/client/{aAbrev}/{emailaddress} |
Deletes a client and login from careplanner |
User
User Controller
| API | Description |
|---|---|
| GET api/user/{aAbrev}/{aLocId}/{aLocationServiceID} |
Get All Users From Careplanner for loc_id and cps_area |
| DELETE api/user/{aAbrev}/{emailaddress} |
Deletes a login and login from careplanner |
IQTimecard
Values
| API | Description |
|---|---|
| GET api/Values |
Test function |
| GET api/Values/{id} |
Test function |
| POST api/Values |
Test function |
| PUT api/Values/{id} |
Test function |
| DELETE api/Values/{id} |
Test function |
| GET api/Values/Get/{clientAbbrev} |
Test function |
| GET api/Values/Get/{clientAbbrev}?id={id} |
Test function |
| POST api/Values/Post/{clientAbbrev} |
Test function |
| PUT api/Values/Put/{clientAbbrev}?id={id} |
Test function |
| DELETE api/Values/Delete/{clientAbbrev}?id={id} |
Test function |