How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Decisiv SRM Gateway - Asset Management

The fleet / asset-owner view of the SRM Gateway. Registered assets and components, depots, extended asset attributes, contacts, service requests to service providers, cases and case summaries, case notes, attachments, participants and recipients, estimates, and the VMRS coding reference.

This API exposes 85 operations across 64 paths, organized into 23 resource areas, and defines 116 schemas. It is described by OpenAPI 3.1.0, at version 0.48.24.

Requests are made against 2 base URLs: https://srm-api.staging.decisivapps.com, https://srm-api.decisivapps.com.

85 operations 64 paths 116 schemas 7 DELETE50 GET9 PATCH18 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.48.24
Base URL
https://srm-api.decisivapps.com
Authentication
HTTP Bearer, OAuth 2.0, OAuth 2.0
Terms of Service
Resource Areas
23

Authentication & Security 3

Decisiv SRM Gateway - Asset Management declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (AccessToken). It supports OAuth 2.0 (OAuth2AuthorizationCode) using the authorizationCode flow. It supports OAuth 2.0 (OAuth2Password) using the password flow. By default, every request must be authenticated.

  • OAuth2AuthorizationCode — OAuth 2.0 Authorization Code flow. This is the required flow for new integrations. See https://api-docs.decisiv.net/docs/api/oauth/
  • OAuth2Password — Deprecated. OAuth 2.0 Password flow. New integrations must use the Authorization Code flow (OAuth2AuthorizationCode); this flow remains available only during t…

Paths & Operations 85

Across 64 paths, the API surfaces 85 operations — 7 DELETE, 50 GET, 9 PATCH, 18 POST, 1 PUT. They span 23 resource areas, including Case Summaries, Cases, Case Attachments, Contacts, Case Notes, Case Participants, Case Participant Recipients, Case Recipients, and 15 more. Each is listed below with its method, path, parameters, and response codes.

Case Summaries 1
GET
/asset_management/{srm_account_id}/v1/case_summaries
List all case summaries for the requested account
listCaseSummaries 9 params → 200400401403404424504
Cases 3
GET
/asset_management/{srm_account_id}/v1/cases
List all Case for the requested account
listCases 15 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/cases/{id}
List details on a specific case
getCase 3 params → 200401403404424504
PATCH
/asset_management/{srm_account_id}/v1/cases/{id}
Updates a case
updateCase 2 params body → 200400404422
Case Attachments 4
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/attachments
List all attachments for the requested case
listCaseAttachments 5 params → 200400401403404424504
POST
/asset_management/{srm_account_id}/v1/cases/{case_id}/attachments
Creates an attachment for the requested case
createCaseAttachment 3 params body → 201400401403404
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/attachments/{id}
Get a specific attachment for the requested case
getCaseAttachment 6 params → 200401403404
DELETE
/asset_management/{srm_account_id}/v1/cases/{case_id}/attachments/{id}
Delete an attachment for the requested case
deleteCaseAttachment 3 params → 204401403404
Contacts 5
GET
/asset_management/{srm_account_id}/v1/contacts
List all Contacts for the fleet
listContacts 6 params → 200400401403428504
POST
/asset_management/{srm_account_id}/v1/contacts
Create a Contact
createContact 1 param body → 201400401403404422504
GET
/asset_management/{srm_account_id}/v1/contacts/{id}
Retrieves a Contact from the requested Customer
getContact 3 params → 200400401403404428504
PATCH
/asset_management/{srm_account_id}/v1/contacts/{id}
Updates a Contact
updateContact 2 params body → 200400401403404422428504
DELETE
/asset_management/{srm_account_id}/v1/contacts/{id}
Deletes a Contact
deleteContact 2 params → 204401403404
Case Notes 4
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/notes
List all notes for the requested case
listCaseNotes 5 params → 200400401403404424504
POST
/asset_management/{srm_account_id}/v1/cases/{case_id}/notes
Creates a note for the requested case
createCaseNote 3 params body → 201400404
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/notes/{id}
Shows the requested note
getCaseNote 4 params → 200401403404424504
POST
/asset_management/{srm_account_id}/v1/cases/{case_id}/send_note_to_providerdeprecated
Creates a note that will be sent to the provider for the requested case
sendNoteToProvider 3 params body → 201400404422
Case Participants 2
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/participants
Lists the participants for a selected case
listCaseParticipants 4 params → 200401403404424504
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/participants/{id}
List details on a specific Participant
getCaseParticipant 3 params → 200401403404424504
Case Participant Recipients 2
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/participants/{participant_id}/recipients
List all recipients for the requested case
listCaseParticipantRecipients 5 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/participants/{participant_id}/recipients/{id}
Get a recipient for the requested case
getCaseParticipantRecipient 4 params → 200401403404424504
Case Recipients 2
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/recipients
List all recipients for the requested case
listCaseRecipients 4 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/cases/{case_id}/recipients/{id}
Get a recipient for the requested case
getCaseRecipient 3 params → 200401403404424504
Case Relationships 2
PATCH
/asset_management/{srm_account_id}/v1/cases/{case_id}/relationships/primary_contact
Modify the primary contact of a Case
updateCasePrimaryContact 2 params body → 200400401403404422
PATCH
/asset_management/{srm_account_id}/v1/cases/{case_id}/relationships/billing_contact
Modify the billing contact of a Case
updateCaseBillingContact 2 params body → 200400401403404422
Deactivated Assets 3
GET
/asset_management/{srm_account_id}/v1/deactivated_assets
List all Deactivated Assets for the requested account
listDeactivatedAssets 14 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/deactivated_assets/{id}
List details on a specific inactive asset
getDeactivatedAsset 3 params → 200401403404424504
POST
/asset_management/{srm_account_id}/v1/deactivated_assets/{id}/activate
Re-enable a previously inactive asset for use within the Account
activateDeactivatedAsset 2 params → 204404
Deactivated Depots 3
GET
/asset_management/{srm_account_id}/v1/deactivated_depots
List all Deactivated Depots for the requested account
listDeactivatedDepots 8 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/deactivated_depots/{id}
Retrieve a deactivated depot location
getDeactivatedDepot 2 params → 200401403404424504
POST
/asset_management/{srm_account_id}/v1/deactivated_depots/{id}/activate
Re-enable a previously deactivated depot for use within the Account
activateDeactivatedDepot 2 params → 204400401403404504
Depots 5
GET
/asset_management/{srm_account_id}/v1/depots
List all Depots for the requested account
listDepots 9 params → 200400401403404424504
POST
/asset_management/{srm_account_id}/v1/depots
Create or update a depot for the specific Dealer
createDepot 1 param body → 200201400401403404422429
GET
/asset_management/{srm_account_id}/v1/depots/{id}
Retrieve a depot location
getDepot 2 params → 200401403404424504
PATCH
/asset_management/{srm_account_id}/v1/depots/{id}
Update a depot for the specific Dealer
updateDepot 2 params body → 200400401403404409422429
POST
/asset_management/{srm_account_id}/v1/depots/{id}/deactivate
Deactivates a Depot, removing it from the Account
deactivateDepot 2 params → 204400401403404409422504
Estimates 3
GET
/asset_management/{srm_account_id}/v1/estimates
List all estimates for the requested account
listEstimates 16 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/estimates/{id}
Retrieves an estimate for the requested account
getEstimate 2 params → 200401403404424504
POST
/asset_management/{srm_account_id}/v1/estimates/{id}/respond
Respond to an estimate
respondToEstimate 2 params body → 200401403404424504
Extended Attributes 2
GET
/asset_management/{srm_account_id}/v1/extended_attributes
List all Extended Attributes from the requested account
listExtendedAttributes 3 params → 200400401403424504
GET
/asset_management/{srm_account_id}/v1/extended_attributes/{id}
Retrieves an Extended Attribute from the requested account
getExtendedAttribute 2 params → 200400401403404424504
Extended Asset Attributes 5
GET
/asset_management/{srm_account_id}/v1/extended_asset_attributes
List all Extended Asset Attributes for the requested account
listExtendedAssetAttributes 6 params → 200400401403428504
POST
/asset_management/{srm_account_id}/v1/extended_asset_attributes
Create an Extended Asset Attribute
createExtendedAssetAttribute 1 param body → 201400401403404422504
GET
/asset_management/{srm_account_id}/v1/extended_asset_attributes/{id}
Retrieves an Extended Asset Attribute from the requested account
getExtendedAssetAttribute 3 params → 200400401403404428504
PATCH
/asset_management/{srm_account_id}/v1/extended_asset_attributes/{id}
Updates an Extended Asset Attribute
updateExtendedAssetAttribute 2 params body → 200400401403404422428504
DELETE
/asset_management/{srm_account_id}/v1/extended_asset_attributes/{id}
Deletes an Extended Asset Attribute
deleteExtendedAssetAttribute 2 params → 204401403404
Internal Users 2
GET
/asset_management/{srm_account_id}/v1/internal_users
List details all Internal Users
listInternalUsers 2 params → 200400401403424504
GET
/asset_management/{srm_account_id}/v1/internal_users/{id}
List details on a specific Internal User
getInternalUser 2 params → 200401403404424504
Registered Assets 11
GET
/asset_management/{srm_account_id}/v1/registered_assets
List all Registered Assets from the requested account
listRegisteredAssets 11 params → 200400401403404409424504
POST
/asset_management/{srm_account_id}/v1/registered_assets
Create a new Registered Asset
createRegisteredAsset 2 params body → 200400401403404422424504
GET
/asset_management/{srm_account_id}/v1/registered_assets/{id}
Retrieves a Registered Assets from the requested account
getRegisteredAsset 3 params → 200401403404409424504
PATCH
/asset_management/{srm_account_id}/v1/registered_assets/{id}
Updates a registered asset
updateRegisteredAsset 3 params body → 200400401403404409422424
POST
/asset_management/{srm_account_id}/v1/registered_assets/{id}/deactivate
Deactivates a Registered Asset, removing it from the Account
deactivateRegisteredAsset 3 params → 204400404409
DELETE
/asset_management/{srm_account_id}/v1/registered_assets/{id}/metadata
Remove all Metadata Keys from the Registered Asset
deleteRegisteredAssetMetadata 2 params → 204404409
DELETE
/asset_management/{srm_account_id}/v1/registered_assets/{id}/metadata/{metadata_key}
Remove a specific Metadata Key from the Registered Asset
deleteRegisteredAssetMetadataKey 3 params → 204404409
POST
/asset_management/{srm_account_id}/v1/registered_assets/{id}/update_meter_data
Update an existing Registered Asset meter data
asset_management_ra_update_meter_data 3 params body → 200400401403404409422424
GET
/asset_management/{srm_account_id}/v1/registered_assets/{id}/meter_data_history
Get the Registered Asset meter data log history
asset_management_ra_meter_data_history 2 params → 200401403404409424504
POST
/asset_management/{srm_account_id}/v1/registered_assets/{id}/transfer
Transfer an existing Registered Asset
transferRegisteredAsset 3 params body → 200400401403404409422424
GET
/asset_management/{srm_account_id}/v1/registered_assets/{id}/build_information
Get the SRM verified build information for a registered asset
getBuildInformation 2 params → 200401403404409424504
Registered Asset Attachments 4
GET
/asset_management/{srm_account_id}/v1/registered_assets/{registered_asset_id}/attachments
List all attachments for the requested registered asset
listRegisteredAssetAttachments 5 params → 200400401403404424504
POST
/asset_management/{srm_account_id}/v1/registered_assets/{registered_asset_id}/attachments
Creates an attachment for the requested registered asset
createRegisteredAssetAttachment 2 params body → 201400401403404
GET
/asset_management/{srm_account_id}/v1/registered_assets/{registered_asset_id}/attachments/{id}
Get a specific attachment for the requested registered asset
getRegisteredAssetAttachment 4 params → 200401403404
DELETE
/asset_management/{srm_account_id}/v1/registered_assets/{registered_asset_id}/attachments/{id}
Delete an attachment for the requested registered asset
deleteRegisteredAssetAttachment 3 params → 204401403404
Registered Components 5
GET
/asset_management/{srm_account_id}/v1/registered_components
List all Registered Components from the requested account
listRegisteredComponents 7 params → 200400401403404424504
POST
/asset_management/{srm_account_id}/v1/registered_components
Create a new Registered Component
createRegisteredComponent 1 param body → 200400401403404422424428
GET
/asset_management/{srm_account_id}/v1/registered_components/{id}
Retrieves a Registered Components from the requested account
getRegisteredComponent 3 params → 200400401403404424504
PATCH
/asset_management/{srm_account_id}/v1/registered_components/{id}
Updates a Registered Components from the requested account
updateRegisteredComponent 2 params body → 200400401403404422424428
DELETE
/asset_management/{srm_account_id}/v1/registered_components/{id}
Deletes a Registered Components from the requested account
deleteRegisteredComponent 2 params → 204401403404424504
Registered Components Relationships 1
PATCH
/asset_management/{srm_account_id}/v1/registered_components/{component_id}/relationships/registered_asset
Add, Update or Remove a Registered Asset from Registered Component
updateRegisteredComponentRelationship 2 params body → 200400401403404422424504
Service Providers 2
GET
/asset_management/{srm_account_id}/v1/service_providers
List all Service Providers available for the requested account
listServiceProviders 11 params → 200400401403404424504
GET
/asset_management/{srm_account_id}/v1/service_providers/{id}
Retrieve a Service Provider available for the requested account
getServiceProvider 2 params → 200401403404424504
Service Requests 5
GET
/asset_management/{srm_account_id}/v1/service_requests
List all Service requests available for the requested account
listServiceRequests 14 params → 200400401403404424504
POST
/asset_management/{srm_account_id}/v1/service_requests
Create a new Service Request
createServiceRequest 2 params body → 200400401403404422424504
GET
/asset_management/{srm_account_id}/v1/service_requests/{id}
Retrieves a Service Request available for the requested account
getServiceRequest 2 params → 200401403404424504
PUT
/asset_management/{srm_account_id}/v1/service_requests/{id}
Updates a Service Request availavable for the requested account
updateServiceRequest 3 params body → 200400401404422424504
POST
/asset_management/{srm_account_id}/v1/service_requests/{id}/cancel
Cancel service request
cancelServiceRequest 2 params → 200401403422424428429504
VMRS 9
GET
/asset_management/{srm_account_id}/v1/vmrs/asset_types
List all VMRS Asset Types (Code Key 2)
listVmrsAssetTypes 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/reasons_for_repair
List all VMRS Reasons for Repair (Code Key 14)
listVmrsReasonsForRepair 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/repair_priorities
List all VMRS Repair Priorities (Code Key 16)
listVmrsRepairPriorities 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/repair_sites
List all VMRS Repair Sites (Code Key 17)
listVmrsRepairSites 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/components
List all VMRS Components (Code Key 33)
listVmrsComponents 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/operator_reports
List all VMRS Operator Reports (Code Key 82)
listVmrsOperatorReports 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/positions
List all VMRS Positions (Code Key 79)
listVmrsPositions 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/work_accomplished
List all VMRS Work Accomplished values (Code Key 15)
listVmrsWorkAccomplished 3 params → 200401403404428504
GET
/asset_management/{srm_account_id}/v1/vmrs/technician_part_failure_codes
List all VMRS Technician Part Failure Codes (Code Key 18)
listVmrsTechnicianPartFailureCodes 3 params → 200401403404428504

Schemas 116

The contract defines 116 schemas that model the data the API accepts and returns. The most detailed are error_response (6 properties), service_request_properties-data (4 properties), service_provider_properties-data (4 properties), registered_component_properties-data (4 properties). Each schema is shown below with its type and property counts.

error_response
object
6 properties 2 required
errors_response
object
1 property 1 required
relationship_object
object
1 property 1 required
relationship_objects
object
1 property 1 required
activate_deactivated_asset
object
1 property 1 required
create_attachment
object
1 property 1 required
attachment
object
1 property 1 required
attachments
object
2 properties 1 required
build_information
object
2 properties 1 required
manufacturer_build_information
object
3 properties 3 required
cancel_service_request
object
1 property 1 required
case_summary
object
1 property 1 required
case_summaries
object
2 properties 1 required
case
object
1 property 1 required
cases
object
2 properties 1 required
modify_case_contact_relationship
object
1 property 1 required
contact
object
1 property 1 required
contact_by_id
object
1 property 1 required
contacts
object
2 properties 1 required
create_note
object
1 property 1 required
create_note_participant
object
1 property 1 required
create_note_to_provider
object
1 property 1 required
create_registered_asset
object
1 property 1 required
create_service_request
object
1 property 1 required
deactivate_registered_asset
object
1 property 1 required
deactivated_asset
object
1 property 1 required
deactivated_assets
object
2 properties 1 required
deactivated_depot
object
1 property 1 required
deactivated_depots
object
2 properties 1 required
depot
object
1 property 1 required
depots
object
2 properties 1 required
estimate
object
1 property 1 required
estimates
object
2 properties 1 required
extended_attribute
object
1 property 1 required
extended_attributes
object
2 properties 1 required
extended_asset_attribute
object
1 property 1 required
extended_asset_attributes
object
2 properties 1 required
update_extended_asset_attribute
object
1 property 1 required
internal_user
object
1 property 1 required
internal_users
object
2 properties 1 required
meter_data_eng_hours_registered_asset
object
1 property 1 required
meter_data_switch_hours_registered_asset
object
1 property 1 required
meter_data_stand_hours_registered_asset
object
1 property 1 required
meter_data_history
object
1 property 1 required
meter_data_odometer_registered_asset
object
1 property 1 required
note
object
1 property 1 required
notes
object
2 properties 1 required
participant
object
1 property 1 required
participants
object
2 properties 1 required
participant_recipient
object
1 property 1 required
participant_recipients
object
2 properties 1 required
recipient
object
1 property 1 required
recipients
object
2 properties 1 required
registered_asset
object
1 property 1 required
registered_asset_patch
object
1 property 1 required
registered_asset_put
object
1 property 1 required
registered_assets
object
2 properties 1 required
registered_component_create
object
1 property 1 required
registered_component
object
1 property 1 required
registered_component_patch
object
1 property 1 required
registered_asset_change
object
1 property 1 required
registered_asset_remove
object
1 property 1 required
response_estimate
object
1 property 1 required
service_provider
object
1 property 1 required
service_providers
object
2 properties 1 required
service_request
object
1 property 1 required
service_requests
object
2 properties 1 required
transfer_registered_asset
object
1 property 1 required
update_case
object
1 property 1 required
vmrs_asset_type
object
1 property 1 required
vmrs_asset_types
object
2 properties 1 required
vmrs_reason_for_repair
object
1 property 1 required
vmrs_reasons_for_repair
object
2 properties 1 required
vmrs_repair_priority
object
1 property 1 required
vmrs_repair_priorities
object
2 properties 1 required
vmrs_repair_site
object
1 property 1 required
vmrs_repair_sites
object
2 properties 1 required
vmrs_component
object
1 property 1 required
vmrs_components
object
2 properties 1 required
vmrs_operator_report
object
1 property 1 required
vmrs_operator_reports
object
2 properties 1 required
vmrs_position
object
1 property 1 required
vmrs_positions
object
2 properties 1 required
vmrs_work_accomplished
object
1 property 1 required
vmrs_work_accomplished_list
object
2 properties 1 required
vmrs_technician_part_failure_code
object
1 property 1 required
vmrs_technician_part_failure_codes
object
2 properties 1 required
data
object
4 properties 3 required
properties-data
object
4 properties 3 required
attachment_properties-data
object
4 properties 3 required
contact_properties-data
object
4 properties 4 required
participant_properties-data
object
3 properties 3 required
participant_recipient_properties-data
object
4 properties 3 required
recipient_properties-data
object
3 properties 3 required
deactivated_asset_properties-data
object
3 properties 3 required
deactivated_depot_properties-data
object
3 properties 3 required
depot_properties-data
object
3 properties 3 required
estimate_properties-data
object
4 properties 3 required
extended_attribute_properties-data
object
3 properties 3 required
extended_asset_attribute_properties-data
object
4 properties 4 required
internal_user_properties-data
object
3 properties 3 required
registered_asset_properties-data
object
4 properties 3 required
meter_data_fuel_consumed_registered_asset
object
1 property 1 required
registered_component_properties-data
object
4 properties
registered_components
object
2 properties 1 required
service_provider_properties-data
object
4 properties 1 required
service_request_properties-data
object
4 properties 3 required
vmrs_asset_type_properties-data
object
3 properties 3 required
vmrs_reason_for_repair_properties-data
object
3 properties 3 required
vmrs_repair_priority_properties-data
object
3 properties 3 required
vmrs_repair_site_properties-data
object
3 properties 3 required
vmrs_component_properties-data
object
3 properties 3 required
vmrs_operator_report_properties-data
object
3 properties 3 required
vmrs_position_properties-data
object
3 properties 3 required
vmrs_work_accomplished_properties-data
object
3 properties 3 required
vmrs_technician_part_failure_code_properties-data
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

decisiv-asset-management-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Decisiv SRM Gateway - Asset Management, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.