Function Version Content
The /Content
endpoint for each FunctionVersion lets you retrieve the code.
FunctionVersionContent properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Function Version resource. |
account_sid
|
The SID of the Account that created the Function Version resource. |
service_sid
|
The SID of the Service that the Function Version resource is associated with. |
function_sid
|
The SID of the Function that is the parent of the Function Version. |
content
|
The content of the Function Version resource. |
url
|
|
Fetch a FunctionVersionContent resource
https://serverless.twilio.com/v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content
Parameters
Parameters in REST API format | |
---|---|
service_sid
Path
|
The SID of the Service to fetch the Function Version content from. |
function_sid
Path
|
The SID of the Function that is the parent of the Function Version content to fetch. |
sid
Path
|
The SID of the Function Version content to fetch. |
Example 1
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.