Store API endpoints, refresh cadence, and the latest JSON response pulled from each endpoint.
| Name | API URL | Refresh interval | Last pulled | Last response | Actions |
|---|---|---|---|---|---|
| {{name}} | {{api_url}} | {{intervalLabel}} | {{#if lastPulledAtValue}} {{else}} {{lastPullLabel}} {{/if}} | {{#if last_pull_error}} Failed {{else if last_response_status}} {{last_response_status}} {{#if last_response_content_type}}{{last_response_content_type}}{{/if}} {{else}} - {{/if}} |
{{#if (anyPermission ../currentUser 'api-sources.update' 'api-sources.delete')}}
{{#if (hasPermission ../currentUser 'api-sources.update')}}
Edit
{{/if}}
{{#if (hasPermission ../currentUser 'api-sources.delete')}}
{{/if}}
{{else}}
-
{{/if}}
|
| No API sources yet. | |||||