The percent sign (%) is used as an escape character to embed special characters in strings. For example, %2f (or %2F) is interpreted as the slash (/) character. To include a percent sign as a literal in a string, use %%.The path to the inventory starts from the root folder (ServiceContent.rootFolder property), denoted by the slash character.
| Character | Description | Representation in URL |
|---|---|---|
| % | Percent sign | %25 |
| / | Slash | %2F, %2f |
| \ | Backslash | %5C, %5c |
| - | Dash | %2D, %2d |
| . | Dot | %2E, %2e |
| “ | Double quotation mark | %2B, %2b |