Menu

Expand
Rate this page:

Asset

Assets are static files that you can host at a particular domain in an Environment.

The steps to create Assets are as follows:

  1. Create an Asset (this resource)
  2. Create an Asset Version

We will need the Asset Version SID to include this Asset in a Build.

Asset properties

Resource Properties in REST API format
sid
sid<ZH> Not PII

The unique string that we created to identify the Asset resource.

account_sid
sid<AC> Not PII

The SID of the Account that created the Asset resource.

service_sid
sid<ZS> Not PII

The SID of the Service that the Asset resource is associated with.

friendly_name

The string that you assigned to describe the Asset resource. It can be a maximum of 255 characters.

date_created
date_time<iso8601> Not PII

The date and time in GMT when the Asset resource was created specified in ISO 8601 format.

date_updated
date_time<iso8601> Not PII

The date and time in GMT when the Asset resource was last updated specified in ISO 8601 format.

url
url Not PII

The absolute URL of the Asset resource.

links
uri_map Not PII

The URLs of the Asset resource's nested resources.

Create an Asset resource

post
https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets
Parameters
Parameters in REST API format
service_sid
Path
post sid_like<ZS> Not PII

The SID of the Service to create the Asset resource under.

friendly_name
Required
post string PII MTL: 7 DAYS

A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters.

Example 1
Loading Code Sample...
        
        

        Create Asset

        Fetch an Asset resource

        get
        https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid}
        Parameters
        Parameters in REST API format
        service_sid
        Path
        get sid_like<ZS> Not PII

        The SID of the Service to fetch the Asset resource from.

        sid
        Path
        get sid<ZH> Not PII

        The SID that identifies the Asset resource to fetch.

        Example 1
        Loading Code Sample...
              
              

              Fetch Asset

              Read multiple Asset resources

              get
              https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets
              Parameters
              Parameters in REST API format
              service_sid
              Path
              get sid_like<ZS> Not PII

              The SID of the Service to read the Asset resources from.

              Example 1
              Loading Code Sample...
                    
                    

                    Read Asset

                    Update an Asset resource

                    post
                    https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid}
                    Parameters
                    Parameters in REST API format
                    service_sid
                    Path
                    post sid_like<ZS> Not PII

                    The SID of the Service to update the Asset resource from.

                    sid
                    Path
                    post sid<ZH> Not PII

                    The SID that identifies the Asset resource to update.

                    friendly_name
                    Required
                    post string PII MTL: 7 DAYS

                    A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters.

                    Example 1
                    Loading Code Sample...
                          
                          

                          Update Asset

                          Delete an Asset resource

                          delete
                          https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid}
                          Parameters
                          Parameters in REST API format
                          service_sid
                          Path
                          delete sid_like<ZS> Not PII

                          The SID of the Service to delete the Asset resource from.

                          sid
                          Path
                          delete sid<ZH> Not PII

                          The SID that identifies the Asset resource to delete.

                          Example 1
                          Loading Code Sample...
                                
                                

                                Delete Asset

                                Rate this page:

                                Need some help?

                                We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.

                                Loading Code Sample...
                                      
                                      
                                      

                                      Thank you for your feedback!

                                      Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

                                      Sending your feedback...
                                      🎉 Thank you for your feedback!
                                      Something went wrong. Please try again.

                                      Thanks for your feedback!

                                      thanks-feedback-gif