api.assetas.com Open in urlscan Pro
20.119.8.34  Public Scan

Submitted URL: https://api.assetas.com/
Effective URL: https://api.assetas.com/index.html
Submission: On May 18 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
      <option value="/swagger/v1/swagger.json">Assetas API v1</option>
    </select></label></form>

Text Content

Select a definitionAssetas API v1


ASSETAS API

 v1 

OAS 3.0

/swagger/v1/swagger.json

The API (Application Programming Interface) for the Assetas application.

Terms of service
Assetas Development Team - Website
Send email to Assetas Development Team



ASSETS

GET
/api/Assets
Gets a list of every asset.

POST
/api/Assets
Creates a new asset.

GET
/api/Assets/{id}
Gets the details of a specific asset.

PUT
/api/Assets/{id}
Edits an existing asset.

DELETE
/api/Assets/{id}
Deletes a specific asset.



CONTACTS

GET
/api/Contacts
Gets a list of every contact.

POST
/api/Contacts
Creates a new contact.

GET
/api/Contacts/{id}
Gets the details of a specific contact.

PUT
/api/Contacts/{id}
Edits an existing contact.

DELETE
/api/Contacts/{id}
Deletes a specific contact.



FORMS

GET
/api/Forms
Gets a list of every form.

POST
/api/Forms
Creates a new form.

GET
/api/Forms/{id}
Gets the details of a specific form.

PUT
/api/Forms/{id}
Edits an existing form.

DELETE
/api/Forms/{id}
Deletes a specific form.



LOGIN

POST
/api/Login
Logs in to the API using the given credentials and account. You must call this
method before calling any other method in the API. You will remain logged into
the current session until you call the "Logout" method or after a period of
inactivity.



LOGOUT

POST
/api/Logout
Logs the current user out of the API. Call this method when you are finished
with your current API session.



TASKS

GET
/api/Tasks
Gets a list of every task.

POST
/api/Tasks
Creates a new task.

GET
/api/Tasks/{id}
Gets the details of a specific task.

PUT
/api/Tasks/{id}
Edits an existing task.

DELETE
/api/Tasks/{id}
Deletes a specific task.



TELEMETRY

GET
/api/Telemetry
Gets a list of the telemetry data records that match the given criteria. The
list is limited to the first 5,000 records that match your criteria.

POST
/api/Telemetry
Creates a new telemetry data record.

GET
/api/Telemetry/{id}
Gets the details of a specific telemetry data record.

PUT
/api/Telemetry/{id}
Edits an existing telemetry data record.

DELETE
/api/Telemetry/{id}
Deletes a specific telemetry data record.



TREK

GET
/api/Trek/GetAccounts
Gets a list of the accounts to which the user has access.

GET
/api/Trek/GetAssets
Gets a list of the assets with a tracking code.

GET
/api/Trek/GetChanges
Gets a list of the data types that were changed since the last synchronization.

GET
/api/Trek/GetContact
Gets the contact information for the logged-in user.

GET
/api/Trek/GetContacts
Gets a list of the contacts with a tracking code.

GET
/api/Trek/GetDocument
Gets a specific document assigned to the user.

GET
/api/Trek/GetDocuments
Gets a list of the documents assigned to the user.

GET
/api/Trek/GetDraftForms
Gets a list of the draft forms assigned to the user.

GET
/api/Trek/GetEvaluations
Gets a list of the incomplete and recently modified evaluations assigned to the
user.

GET
/api/Trek/GetFormTypes
Gets a list of the form types accessible to the user.

GET
/api/Trek/GetReportLists
Gets the selection lists used in the form types.

GET
/api/Trek/GetTasks
Gets a list of the incomplete and recently modified tasks assigned to the user.

POST
/api/Trek/PostEvaluation
Submits evaluation changes to the database.

POST
/api/Trek/PostForm
Submits a form to the database.

POST
/api/Trek/PostLog
Submits a log message to the database.

POST
/api/Trek/PostTask
Submits task changes to the database.

DELETE
/api/Trek/DeleteDraftForm/{id}
Deletes the given draft form.


SCHEMAS

ApiLog
Asset
AssetAddress
AssetAsset
AssetAttribute
AssetLocation
AssetTag
Contact
ContactAddress
ContactAttribute
ContactContact
ContactEmail
ContactPhone
Form
FormAnswer
FormAsset
FormContact
FormEntity
FormForm
FormKeyPhrase
Task
TaskAsset
TaskAttribute
TaskContact
TaskForm
TaskLabor
TaskPart
Telemetry
TrekAccount
TrekAsset
TrekAttributeFile
TrekAttributeInput
TrekAttributeRule
TrekAttributeRuleAction
TrekAttributeRuleTrigger
TrekAttributeSection
TrekAttributeSelectItem
TrekAttributeSelectList
TrekChanges
TrekContact
TrekDocument
TrekEvaluation
TrekEvaluationItem
TrekEvaluationItemFile
TrekForm
TrekFormType
TrekList
TrekTask
TrekTaskAsset
TrekTaskAssignee
TrekTaskAttribute
TrekTaskCorrespondence
TrekTaskLabor
TrekTaskPart