Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > URL overview > /Projects/PROJECT/Quotas URL
 
/Projects/PROJECT/Quotas URL
Description
When the project includes quota, the URL retrieves the quota descriptions and targets.
Get Request
Example URL:
/SPSSMR/MobileSync/Projects/Museum/Quotas
Get Response
Example response:
<Quota>
  <QuotaCell QuotaID="1" Name="Top.(0.Total).(0.R1)"
             MatrixName="quota_total" MatrixID="1" Metadata=""
             PendMode="Normal" Flag="Counter" PendLimit="-1"
             Target="100" PendCount="0" CompleteCount="1"
             PreviousCompleteCount="1" RollbackCount="1">
    <Expression>
      <Text>Total.HasAnswer({R1})</Text>
      <Opcodes>
        <Opcode Code="PushCategorical">
          <Operand>r1</Operand>
        </Opcode>
        <Opcode Code="Function">
          <Operand>HasAnswer</Operand>
          <Operand>1</Operand>
         <Operand>Total</Operand>
        </Opcode>
      </Opcodes>
    </Expression>
  </QuotaCell>
</Quota>
See also
URL overview