User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:05, 14 April 2020 (diff | hist) . . (+2,809) . . N API List Schedule Conflicts (Created page with "The following two API calls provide information of blocked or conflicted schedules. Blocked = Schedules are complete blocked by another schedule. Conflict = Schedules are pa...") (current)
- 15:05, 14 April 2020 (diff | hist) . . (+3,332) . . N API List Schedules (Created page with "This API provides a list of all currently configured schedules. ===Resource URL=== <pre>http://valt.example.com/api/v3/schedule</pre> ===Resource Information=== {|class="wik...") (current)
- 15:03, 14 April 2020 (diff | hist) . . (+955) . . N API Delete Filter (Created page with "This API call will delete an existing room. ===Resource URL=== <pre>http://valt.example.com/api/v3/filters/{filterid}/delete</pre> ''Replace {filterid} with the actual id num...") (current)
- 15:03, 14 April 2020 (diff | hist) . . (+3,139) . . N API Update Filter (Created page with "This API call will update an existing filter. ===Resource URL=== <pre>http://valt.example.com/api/v3/filters/{filterid}/edit</pre> ''Replace {filterid} with the actual id num...") (current)
- 15:03, 14 April 2020 (diff | hist) . . (+2,986) . . N API Add Filter (Created page with "This API call will add a new filter. ===Resource URL=== <pre>http://valt.example.com/api/v3/filters</pre> ===Resource Information=== {|class="wikitable" |'''Method''' |POST...") (current)
- 15:02, 14 April 2020 (diff | hist) . . (+4,824) . . N API Filter Template Information (Created page with "This API provides a list of all possible metadata fields that can be utilized in filters. ===Resource URL=== <pre>http://valt.example.com/api/v3/filters/template_fields</pre>...") (current)
- 15:02, 14 April 2020 (diff | hist) . . (+2,550) . . N API Filter Details (Created page with "This API provides a details for a specified filter. ===Resource URL=== <pre>http://valt.example.com/api/v3/filters/{filterid}</pre> ''Replace {filterid} with the actual id nu...") (current)
- 15:02, 14 April 2020 (diff | hist) . . (+2,719) . . N API List Filters (Created page with "This API provides a list of all current filters. ===Resource URL=== <pre>http://valt.example.com/api/v3/filters</pre> ===Resource Information=== {|class="wikitable" |'''Meth...") (current)
- 15:02, 14 April 2020 (diff | hist) . . (+1,045) . . N API Remove Sharing Link (Created page with "This API call will delete a previously created sharing link for an existing recording. ===Resource URL=== <pre>http://valt.example.com/api/v3/records/{recordingid}/share/deac...")
- 15:01, 14 April 2020 (diff | hist) . . (+1,238) . . N API Create Sharing Link (Created page with "This API call will create a sharing link for an existing recording that can be distributed. This link will allow anyone to access the specified recording. The link can be remo...")
- 15:01, 14 April 2020 (diff | hist) . . (+975) . . N API Delete Recording (Created page with "This API call will delete an existing recording. ===Resource URL=== <pre>http://valt.example.com/api/v3/records/{recordingid}/delete</pre> ''Replace {recordingid} with the ac...") (current)
- 15:00, 14 April 2020 (diff | hist) . . (+1,297) . . N API Create Clip (Created page with "This API call will create a clip from an existing recording. ===Resource URL=== <pre>http://valt.example.com/api/v3/records/{recordingid}/cut</pre> ''Replace {recordingid} wi...") (current)
- 15:00, 14 April 2020 (diff | hist) . . (+3,579) . . N API Change Recording (Created page with "This API call will update the metadata on other information associated with a specified recording. ===Resource URL=== <pre>http://valt.example.com/api/v3/records/{recordingid...") (current)
- 15:00, 14 April 2020 (diff | hist) . . (+5,913) . . N API Recording Details (Created page with "This API provides details for a specified recording. ===Resource URL=== <pre>http://valt.example.com/api/v3/records/{recordingid}</pre> ''Replace {recordingid} with the actua...")
- 15:00, 14 April 2020 (diff | hist) . . (+5,571) . . N API List Recordings (Created page with "This API call will list all recordings matching the provided criteria. ===Resource URL=== <pre>http://valt.example.com/api/v3/records</pre> ===Resource Information=== {|clas...") (current)
- 14:59, 14 April 2020 (diff | hist) . . (+2,163) . . N API List Markers (Created page with "This API provides a list of all current markers on the specified recording. This API call can be used on a recording in progress. ===Resource URL=== <pre>http://valt.example....")
- 14:58, 14 April 2020 (diff | hist) . . (+1,468) . . N API Unlock Room (Created page with "This API call will unlock the specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/unlock</pre> ''Replace {roomid} with the actual id number...") (current)
- 14:58, 14 April 2020 (diff | hist) . . (+1,423) . . N API Lock Room (Created page with "This API call will lock the specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/lock</pre> ''Replace {roomid} with the actual id number of t...") (current)
- 14:58, 14 April 2020 (diff | hist) . . (+1,730) . . N API Resume Recording (Created page with "This API call will resume the current recording in the specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/record/resume</pre> ''Replace {ro...") (current)
- 14:57, 14 April 2020 (diff | hist) . . (+1,615) . . N API Pause Recording (Created page with "This API call will pause the current recording in the specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/record/pause</pre> ''Replace {room...") (current)
- 14:56, 14 April 2020 (diff | hist) . . (+1,606) . . N API Stop Recording (Created page with "This API call will stop the current recording in the specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/record/stop</pre> ''Replace {roomid...") (current)
- 14:55, 14 April 2020 (diff | hist) . . (+3,373) . . N API Start Recording (Created page with "This API call will start a recording in the specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/record/start</pre> ''Replace {roomid} with t...") (current)
- 14:55, 14 April 2020 (diff | hist) . . (+1,881) . . N API Room Status (Created page with "This API provides the current status for a specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/rooms/{roomid}/status</pre> ''Replace {roomid} with the actu...") (current)
- 14:55, 14 April 2020 (diff | hist) . . (+968) . . N API Delete Camera (Created page with "This API call will delete an existing camera. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/cameras/{cameraid}/delete</pre> ''Replace {cameraid} with the actua...") (current)
- 14:54, 14 April 2020 (diff | hist) . . (+2,779) . . N API Update Camera (Created page with "This API call will update a specified camera. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/cameras/{cameraid}/edit</pre> ''Replace {cameraid} with the actual...") (current)
- 14:54, 14 April 2020 (diff | hist) . . (+2,599) . . N API Create Camera (Created page with "This API call will add a new camera. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/cameras</pre> ===Resource Information=== {|class="wikitable" |'''Method'''...") (current)
- 14:54, 14 April 2020 (diff | hist) . . (+2,927) . . N API Camera Details (Created page with "This API provides details for a specified camera. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/cameras/{cameraid}</pre> ''Replace {cameraid} with the actual i...") (current)
- 14:54, 14 April 2020 (diff | hist) . . (+3,999) . . N API List Cameras (Created page with "This API provides a list of all currently configured cameras. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/cameras</pre> ===Resource Information=== {|class="...") (current)
- 14:53, 14 April 2020 (diff | hist) . . (+1,034) . . N API Delete Marker (Created page with "This API call will delete an existing room. ===Resource URL=== <pre>http://valt.example.com/api/v3/records/{recordid}/markers/{markerid}/delete</pre> ''Replace {recordid} wit...") (current)
- 14:53, 14 April 2020 (diff | hist) . . (+2,358) . . N API Edit Marker (Created page with "This API call will update an existing marker in the specified recording. This call can be used on a recording in progress. ===Resource URL=== <pre>http://valt.example.com/api...") (current)
- 14:53, 14 April 2020 (diff | hist) . . (+2,560) . . N API Add Marker (Created page with "This API call will add a new marker to the specified recording. This call can be used on a recording in progress. ===Resource URL=== <pre>http://valt.example.com/api/v3//reco...") (current)
- 14:52, 14 April 2020 (diff | hist) . . (+2,465) . . N API List Room Cameras (Created page with "This API provides camera details for a specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/rooms/{roomid}/cameras</pre> ''Replace {roomid} with the a...") (current)
- 14:52, 14 April 2020 (diff | hist) . . (+952) . . N API Delete Room (Created page with "This API call will delete an existing room. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/rooms/{roomid}/delete</pre> ''Replace {roomid} with the actual id num...") (current)
- 14:51, 14 April 2020 (diff | hist) . . (+2,099) . . N API Update Room (Created page with "This API call will update an existing new room. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/rooms/{roomid}/edit</pre> ''Replace {roomid} with the actual id n...") (current)
- 14:51, 14 April 2020 (diff | hist) . . (+1,962) . . N API Create Room (Created page with "This API call will add a new room. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/rooms</pre> ===Resource Information=== {|class="wikitable" |'''Method''' |POS...")
- 14:51, 14 April 2020 (diff | hist) . . (+1,766) . . N API Room Details (Created page with "This API provides details for a specified room. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/rooms/{roomid}</pre> ''Replace {roomid} with the actual id number...") (current)
- 14:50, 14 April 2020 (diff | hist) . . (+2,152) . . N API List Rooms (Created page with "This API provides a list of all currently configured rooms. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/rooms</pre> ===Resource Information=== {|class="wiki...") (current)
- 14:43, 14 April 2020 (diff | hist) . . (-83) . . Installing VALT Accessories
- 14:36, 14 April 2020 (diff | hist) . . (+1,133) . . N API Remove Template Fields (Created page with "This API call will delete an existing field from a template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/users/{templateid}/fields/{fieldid}/delete</pre> ''R...") (current)
- 14:36, 14 April 2020 (diff | hist) . . (+2,581) . . N API Update Template Fields (Created page with "This API call will update an existing field on an existing template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates/{templateid}/fields/{fieldid}/edit...")
- 14:35, 14 April 2020 (diff | hist) . . (+2,400) . . N API Add Template Fields (Created page with "This API call will add a new field to an existing template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates/{templateid}/fields</pre> ''Replace {templa...")
- 14:30, 14 April 2020 (diff | hist) . . (+3,343) . . N API List Template Fields (Created page with "This API call will return a list of all fields for a specified template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates/{templateid}/fields</pre> ''Re...") (current)
- 14:29, 14 April 2020 (diff | hist) . . (+976) . . N API Delete Template (Created page with "This API call will delete an existing template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/users/{templateid}/delete</pre> ''Replace {templateid} with the a...") (current)
- 14:28, 14 April 2020 (diff | hist) . . (+3,203) . . N API Update Template (Created page with "This API call will create a new template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates/{templateid}/edit</pre> ''Replace {templateid} with the actua...")
- 14:28, 14 April 2020 (diff | hist) . . (+3,022) . . N API Create Template (Created page with "This API call will create a new template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates</pre> ===Resource Information=== {|class="wikitable" |'''Met...")
- 14:27, 14 April 2020 (diff | hist) . . (+2,963) . . N API Template Details (Created page with "This API call will return the details for a specified template. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates/{templateid}</pre> ''Replace {templatei...")
- 14:26, 14 April 2020 (diff | hist) . . (+2,500) . . N API List Templates (Created page with "This API call will return a list of all templates for the VALT instance. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/templates</pre> ===Resource Informatio...") (current)
- 14:26, 14 April 2020 (diff | hist) . . (+2,267) . . N API Templates (Created page with "This API call will return the default information and marker templates for the VALT instance. This is typically the first information and marker template created. This will be...") (current)
- 14:25, 14 April 2020 (diff | hist) . . (+952) . . N API Delete User (Created page with "This API call will delete an existing user. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/users/{userid}/delete</pre> ''Replace {userid} with the actual id num...") (current)
- 14:24, 14 April 2020 (diff | hist) . . (+2,545) . . N API Update User (Created page with "This API call will update an existing user group. ===Resource URL=== <pre>http://valt.example.com/api/v3/admin/users/{userid}/edit</pre> ''Replace {userid} with the actual i...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)