This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| apiusage [2017/03/22 16:39] – created lrosdahl | apiusage [2019/12/10 21:54] (current) – lrosdahl | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <div # | <div # | ||
| - | <WRAP round intro>This report will display CareerPortal | + | <WRAP round intro>Review |
| - | + | ||
| - | <WRAP round info> | + | |
| - | + | ||
| - | ^Field^Description^ | + | |
| - | ^Action | The name of the web method (or service) the API is requesting. | | + | |
| - | ^Calls | The number of times the method has been called. This number includes both successful and failed calls and should equal the total of **SuccessfulCalls** and **FailedCalls** combined. | | + | |
| - | ^SuccessfulCalls | The number of times the method, after being called, successfully returns a result. | | + | |
| - | ^FailedCalls | The number of times the method, after being called, failed to return a result. There can be any number of reasons a method does not return a result. | | + | |
| - | ^MinTimeMS | The fastest successful call to the method in milliseconds. | | + | |
| - | ^MaxTimeMS | The slowest successful call to the method in milliseconds. | | + | |
| - | ^AvgTimeMS | The average of successful calls to the method in milliseconds. | | + | |