Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This Example Project demonstrates how to consume this API endpoint within a C# project.


URI: https://app.cloudcardtools.com/api/people/{ id | email | identifier }

Example URI: https://app.cloudcardtools.com/api/people/123 
Example URI: https://app.cloudcardtools.com/api/people/jon.doe@foo.edu?findBy=email
Example URI: https://app.cloudcardtools.com/api/people/A1234567?findBy=indentifier

...

Optional URL Parameters: findBy=[id|email|identifier] (default id)

Note

DEPRECATION NOTICE: Finding a person by email address or identifier (aka Student ID/Employee ID) without specifying the findBy parameter is still supported but has been deprecated, and will no longer be supported on or after April 1, 2019.

...