Revision history of "RestAPI example"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:52, 14 September 2022Pedrofariaeva1 talk contribs 15,990 bytes +15,990 Created page with " ==RestAPI testing== ## User + Base Url: https://app.trackonperformance.com/api/user/ + Swagger Url: https://app.trackonperformance.com/swagger/#/User ### Description User's are the primary resource that holds every other resource and they have the following properties: + _id | the unique identifier for this entity + name | string | max_length 50 + email | string | max_length 255 + password | string | min_length 3 | max_length 50 + contact | string | max_length 30..."