Quality management APIs
Creates a diagram's embedded media
| HTTP method | POST |
| URI | https://api.rambase.net/quality/diagrams/{qualityDiagramId}/embedded-medias |
| Supported formats | Xml, Html, Json (ex. $format=json) |
| - URI parameter {qualityDiagramId} |
Identifier of the diagram
Integer, minimum 100000 |
| Successful HTTP status code | 201 |
| API resource identifier | 6795, version 4 |
The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.
Height
Height of the image in pixels
Minimum value: 0
This field is optional.
>{Decimal}</Height>Width
Width of image in pixels
Minimum value: 0
This field is optional.
>{Decimal}</Width>NaturalHeight
Original height of image from media library in px (used to count apect ratio)
Minimum value: 0
This field is optional.
>{Decimal}</NaturalHeight>NaturalWidth
Original width of image from media library in px (used to count apect ratio)
Minimum value: 0
This field is optional.
>{Decimal}</NaturalWidth>Left
Position of embedded image from the left side of frame in px
Default value: 0
This field is optional.
>{Decimal}</Left>Top
Position of embedded image from the top of frame in px
Default value: 0
This field is optional.
>{Decimal}</Top>HighlightShapes
If true, shapes should be highlighted (Called show_mask in v3)
Default value: False
This field is optional.
>{Boolean}</HighlightShapes>Rotation
Number of degree used for programatically rotating of images (0, 90, 180, 270)
Minimum value: 0
This field is optional.
>{Decimal}</Rotation>ParentEmbedding
This field is optional.
>ObjectType
Type of object
This field is optional.
>{String}</ObjectType>ObjectId
Identifier of the object
This field is optional.
>{Integer}</ObjectId>MediaId
Required/mandatory field
Media identifier
Minimum value: 100000
>{Integer}</MediaId>Height
Height of the image in pixels
Minimum value: 0
This field is optional.
": "{Decimal}",Width
Width of image in pixels
Minimum value: 0
This field is optional.
": "{Decimal}",NaturalHeight
Original height of image from media library in px (used to count apect ratio)
Minimum value: 0
This field is optional.
": "{Decimal}",NaturalWidth
Original width of image from media library in px (used to count apect ratio)
Minimum value: 0
This field is optional.
": "{Decimal}",Left
Position of embedded image from the left side of frame in px
Default value: 0
This field is optional.
": "{Decimal}",Top
Position of embedded image from the top of frame in px
Default value: 0
This field is optional.
": "{Decimal}",HighlightShapes
If true, shapes should be highlighted (Called show_mask in v3)
Default value: False
This field is optional.
": "{Boolean}",Rotation
Number of degree used for programatically rotating of images (0, 90, 180, 270)
Minimum value: 0
This field is optional.
": "{Decimal}",ParentEmbedding
This field is optional.
": {ObjectType
Type of object
This field is optional.
": "{String}",ObjectId
Identifier of the object
This field is optional.
": "{Integer}"MediaId
Required/mandatory field
Media identifier
Minimum value: 100000
": "{Integer}"The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.
| $access_token String, optional | After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time. |
| $db String, optional | Set the database/company for the request |
| $useMinimumVersion Integer, optional | Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information. |
| $lang String, optional | Specifies the language used in the response, following the 3-letter ISO-639-1 [lll] |
Read more about filters and sorting on how to use filter parameters and named filters.
Read more about filters and sorting on how to use sortable parameters
Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields.
Please note that some fields may be removed from the response, based on user roles/duties/permissions.
EmbeddedMediaId
Embedded media identifier
>{Integer}</EmbeddedMediaId>IsReadOnly
True if embedded object is used by several objects. Copy to make changes.
>{Boolean}</IsReadOnly>Height
Height of the image in pixels
>{Decimal}</Height>Width
Width of image in pixels
>{Decimal}</Width>NaturalHeight
Original height of image from media library in px (used to count apect ratio)
>{Decimal}</NaturalHeight>NaturalWidth
Original width of image from media library in px (used to count apect ratio)
>{Decimal}</NaturalWidth>Top
Position of embedded image from the top of frame in px
>{Decimal}</Top>Left
Position of embedded image from the left side of frame in px
>{Decimal}</Left>HighlightShapes
If true, shapes should be highlighted (Called show_mask in v3)
>{Boolean}</HighlightShapes>Rotation
Number of degree used for programatically rotating of images (0, 90, 180, 270)
>{Decimal}</Rotation>ObjectType
Type of object
>{String}</ObjectType>ObjectId
Identifier of the object
>{Integer}</ObjectId>MediaId
Media identifier
>{Integer}</MediaId>FileStorageGuid
Guid reference to file service
>{String}</FileStorageGuid>MediaLink
Media reference
>{String}</MediaLink>EmbeddedMediaId
Embedded media identifier
": "{Integer}",IsReadOnly
True if embedded object is used by several objects. Copy to make changes.
": "{Boolean}",Height
Height of the image in pixels
": "{Decimal}",Width
Width of image in pixels
": "{Decimal}",NaturalHeight
Original height of image from media library in px (used to count apect ratio)
": "{Decimal}",NaturalWidth
Original width of image from media library in px (used to count apect ratio)
": "{Decimal}",Top
Position of embedded image from the top of frame in px
": "{Decimal}",Left
Position of embedded image from the left side of frame in px
": "{Decimal}",HighlightShapes
If true, shapes should be highlighted (Called show_mask in v3)
": "{Boolean}",Rotation
Number of degree used for programatically rotating of images (0, 90, 180, 270)
": "{Decimal}",ObjectType
Type of object
": "{String}",ObjectId
Identifier of the object
": "{Integer}"MediaId
Media identifier
": "{Integer}",FileStorageGuid
Guid reference to file service
": "{String}",MediaLink
Media reference
": "{String}"
List of available operations/actions for this resource.
See the operations documentation for more information about API operations.
Possible error codes the response might return: